Posts
Batch delete posts
Deletes multiple posts by their UUIDs in a single request.
delete/api/v1/posts/batch
Request body
Example request
{
"uuids": [
"d290f1ee-6c54-4b01-90e6-d701748f0851",
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
]
}Response
Posts deleted successfully
Example response
{
"status": true,
"message": "Posts deleted successfully",
"data": {
"deleted_count": 2
}
}Changes
Changed in 2 of the 7 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲