Skip to content

Delete an Asset

Permanently deletes a media file from the project library.

DELETE /api/{projectId}/files/{uuid}

Parameters

ParameterTypeDescription
projectIduuidYour project UUID
uuiduuidThe asset UUID

Request

Terminal window
curl -X DELETE https://your-domain.com/api/{projectId}/files/img-uuid-1234 \
-H "Authorization: Bearer YOUR_API_TOKEN"

Response

Returns HTTP 204 No Content on success.

Status codes

StatusDescription
204Deleted successfully
403Insufficient permissions
404Asset not found