Delete an object
deleteapiv0/object/{bucketName}/{wildcard}
Path parameters
- bucketNameREQUIREDExample:avatars
- *REQUIREDExample:folder/cat.png
Header parameters
- authorizationrequiredExample:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24ifQ.625_WdcF3KHqz5amU0x2X5WWHP-OEs_4qj0ssLNHzTs
Responses
Successful response
1{
2 "schema": {
3 "description": "Successful response",
4 "type": "object",
5 "properties": {
6 "message": {
7 "type": "string",
8 "example": "Successfully deleted"
9 }
10 }
11 }
12}