delete Post

delete selected post

DELETE /boards/{boardId}/posts/{postId}

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
    "success": "Post has successfully deleted."
}

Last updated