Skip to main content
DELETE
/
posts
/
{id}
/
items
/
{itemId}
Delete a post item
curl --request DELETE \
  --url https://api.cut.pro/api/v1/posts/{id}/items/{itemId} \
  --header 'X-Api-Key: <api-key>'
{
  "item_id": "<string>",
  "post_deleted": true
}

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
itemId
string
required

Response

Response for status 200

success
enum<boolean>
required
Available options:
true
item_id
string
required
post_deleted
boolean
required
Last modified on May 27, 2026