Permanently deletes a post and its associated attachments. Deleting the opening post (the first post in a ticket) does not delete the ticket itself.
Example request:
DELETE /api/index.php/v1/ats/posts/101Authorization: Bearer <token>Accept: application/vnd.api+json
HTTP codes:
Post deleted successfully.
The API user does not have delete permission, or the post does not exist.