cURL
curl --request DELETE \ --url https://app.tryordinal.com/api/v1/posts/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a post by ID
API key authentication. Generate an API key from your workspace settings.
Post ID (UUID)
Post deleted successfully
Was this page helpful?