Zilfu
API ReferencePosts

Delete a post

Permanently deletes the given post.

DELETE
/spaces/{space}/posts/{post}
AuthorizationBearer <token>

In: header

Path Parameters

space*integer

The space ID

post*integer

The post ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://zilfu.app/api/spaces/0/posts/0"
{}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}