Delete a content entry
DELETE /v1/content
DELETE
/v1/content
Delete a content entry by UUID or by (contentType, contentId) pair.
Use either ?id=UUID or both ?contentType=X&contentId=Y, not both methods.
Requires X-Project-Id header.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-Project-Id
required
string format: uuid
Project UUID (sent as a header for endpoints that don’t include it in the path).
Query Parameters
Section titled “Query Parameters ” id
string format: uuid
UUID of the content entry to delete.
contentType
string
Content type (used with contentId).
contentId
string
Content identifier (used with contentType).
Responses
Section titled “ Responses ”Content entry deleted.
object
success
boolean
data
object
deleted
boolean
Invalid request parameters or body.
object
success
boolean
error
Human-readable error message.
string
Missing or invalid API key.
object
success
boolean
error
Human-readable error message.
string
Resource not found.
object
success
boolean
error
Human-readable error message.
string
Rate limit exceeded.
object
success
boolean
error
Human-readable error message.
string
Headers
Section titled “Headers ” X-RateLimit-Limit
integer
Maximum number of requests allowed per hour.
X-RateLimit-Remaining
integer
Number of requests remaining in the current window.
X-RateLimit-Reset
integer
Unix timestamp when the rate limit window resets.