コンテンツにスキップ

Delete a content entry

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.

X-Project-Id
required
string format: uuid

Project UUID (sent as a header for endpoints that don’t include it in the path).

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).

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
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.