Saki Docs
Post

Delete a post

Permanently deletes the given post.

Base URLhttps://app.usesaki.com/api
delete/spaces/{space}/posts/{post}

Delete a post

Permanently deletes the given post.

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

postrequiredinteger

The post ID

Response

curl -X DELETE "https://app.usesaki.com/api/spaces/{space}/posts/{post}" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{}