curl --request DELETE \
--url https://apix.us.amity.co/api/v4/posts/{postId} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"data": {
"success": true
}
}Delete a post
curl --request DELETE \
--url https://apix.us.amity.co/api/v4/posts/{postId} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"data": {
"success": true
}
}Documentation Index
Fetch the complete documentation index at: https://learn.social.plus/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
If permanent data will be hard deleted