Posts
Delete a post by ID
DELETE
/v1/posts/{postId}Authorization
accessKey x-access-key<token>
In: header
Path Parameters
postId*string
Post identifier
Response Body
application/json
application/json
curl -X DELETE "https://api.postpeer.dev/v1/posts/string"{
"success": true
}{
"success": true,
"message": "string"
}