Nimply Developers
API ReferencePosts

Delete a post

DELETE
/v1/posts/{id}

Deletes a draft or scheduled post. Published posts cannot be deleted via the API.

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