API Reference

Delete a post

DELETE
/api/v1/posts/{id}

Authorization

ApiKeyAuth
x-api-key<token>

API keys are created in Settings → API Keys within your workspace.

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/posts/string"
{
  "success": true
}