Post
Delete a post
Permanently deletes the given post.
Base URL
https://app.usesaki.com/apidelete
/spaces/{space}/posts/{post}Delete a post
Permanently deletes the given post.
Authorization
Bearer <token>Path Parameters
spacerequiredintegerThe space ID
postrequiredintegerThe post ID
Response
curl -X DELETE "https://app.usesaki.com/api/spaces/{space}/posts/{post}" \
-H "Authorization: Bearer YOUR_TOKEN"Response
{}