Delete object

Beta
Deletes an object from your environment given the objectPath path parameter.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

objectPathstringRequiredformat: "^[a-zA-Z0-9/_=\-.]*$"
The path of the object to delete.

Response

Successful operation

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error