Page cover

Delete Post

Delete a post

Delete a post.

POST https://api.metaforo.io/v2/threads/{thread_id}/posts/{post_id}/delete

Delete a post.

Headers

Name
Type
Description

authorization*

String

JWT token

Request Body

Name
Type
Description

thread_id*

Int

The id of the thread which the post belongs to

post_id

Int

ID of the post to edit

api_key*

String

The API KEY that assigned to you.

{
    "status": true,
    "code": "20000",
    "description": "",
    "server": "rest",
    "data": {
        
    }
}

Good to know: This API method was created using the API Method block, it's how you can build out an API method documentation from scratch. Have a play with the block and you'll see you can do some nifty things like add and reorder parameters, document responses, and give your methods detailed descriptions.

Last updated