Deleting Posts
Requirements
Endpoint
DELETE /api/v1/postsQuery Parameters
Authorization Rules
Authorizations
AuthorizationstringRequired
API key authentication. Format: "Bearer-API YOUR_API_KEY"
Query parameters
post_idsstring[]Required
Array of post IDs to delete. Can include both MongoDB ObjectIDs and PostgreSQL IDs.
Header parameters
Publer-Workspace-IdstringRequired
ID of the workspace containing the posts
Responses
200
Posts deleted successfully
application/json
401
Unauthorized
application/json
403
Permission denied or missing required scope
application/json
delete
/postsRelated Resources
Last updated
Was this helpful?

