Delete content
DELETE/contents/:content_id
Soft delete. The row stops appearing in every read path and any running generation is cancelled.
The rendered video and thumbnail deliberately remain on the CDN, so posts already published to a platform keep working and the original can still be produced in a takedown or copyright dispute.
Request
Responses
- 200
- 401
- 403
- 404
Deleted.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.
The key is valid but lacks a required scope.
No such resource for this key's owner. A resource belonging to another user is indistinguishable from one that does not exist.