API ReferencePosts
Delete a post
Deletes a draft or scheduled post. Published posts cannot be deleted via the API.
Authorization
api-key AuthorizationBearer <token>
Workspace API key (nim_live_...)
In: header
Path Parameters
id*string
Post id
Response Body
application/json
curl -X DELETE "https://example.com/v1/posts/string"{ "id": "string"}Empty