Skip to main content
DELETE
/
posts
/
{id}
Delete a post
curl --request DELETE \
  --url https://api.cut.pro/api/v1/posts/{id} \
  --header 'X-Api-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://cut.pro/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Response

204

Response for status 204

Last modified on May 27, 2026