Skip to main content
DELETE
/
api
/
posts
/
:id
curl -X DELETE "https://api.dyeink.com/api/posts/507f1f77bcf86cd799439011" \
  -H "Cookie: session=your_session_token"
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/subratomandal/dyeink/llms.txt

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

Permanently deletes a post. Only the post owner can delete their posts. This action cannot be undone.

Authentication

This endpoint requires authentication. Only the post owner can delete the post.

Path Parameters

id
string
required
The unique identifier of the post to delete

Response

success
boolean
Indicates whether the deletion was successful
curl -X DELETE "https://api.dyeink.com/api/posts/507f1f77bcf86cd799439011" \
  -H "Cookie: session=your_session_token"
{
  "success": true
}

Build docs developers (and LLMs) love