Delete Conversion
DELETE/api/v1/assets/:asset_id/content/:conversion_name
Use this API to delete a conversion file of an asset.
HTTP RESPONSE
Appropriate HTTP Status Code as specified in [Response Codes] section
HTTP REQUEST
| Key | Value | Description |
|---|---|---|
ASSET_ID | string | Asset ID, 32 character alphanumeric UUID |
CONVERSION_NAME | string | An identifier for the Conversion such as my_edited_copy. It must not exceed 30 characters. It can only be alphanumeric. Spaces are not allowed. |
Request
Responses
- 200
- 401
- 404
- 500
Conversion deleted successfully
Unauthorized
Asset or conversion not found
Internal server error