📄Delete a Post
Last updated
Last updated
Delete a post (audio question or answer) from the Matar database.
Delete an audio post in a specific category by its post id for an organization.
Query Parameter ⬇️
organization_id (required)
String
A unique identifier for finding a particular post in an organization/community. To get a list of all organizations check the Organization Selection API endpoint.
post_id (required)
String
Post ID can be fetched from the Post a New Question API endpoint.
Header Parameter ⬇️
Bearer {{access_token}} (required)
String
Access Token for securely accessing Matar Resources.
Body Parameter ⬇️
category_id (required)
String
Category name by id in which post is available.
Sample Request ⬇️️
Responses ⬇️
Status Code: 🟢200 (200 denotes 'ok')
Status Code: 🔴400 (400 denotes 'Bad request')