cURL
curl --request DELETE \ --url https://api.usenotra.com/v1/posts/{postId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "organization": { "id": "<string>", "slug": "<string>", "name": "<string>", "logo": "<string>" } }
Send your API key in the Authorization header as Bearer API_KEY.
1
"post_123"
Post deleted successfully
Show child attributes
Was this page helpful?