Delete a post
Posts
Delete a post
Soft-delete an existing post. Only the post owner can delete their own post.
DELETE
Delete a post
Required scope
write:post— Create, edit, and manage posts and content on behalf of users.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
Example:
"2025-06-26"
Path Parameters
UUID of the post to delete
Response
Post deleted successfully