- OUTBACK APIs
- User
- Post
- Get Popular Categories PostGET
- Add PostPOST
- Update PostPATCH
- Get PostGET
- Get My PostGET
- Detail Post By IdGET
- Get Trending PostsGET
- Get Most Viewed PostGET
- get specfic user postGET
- Record Fav_Unfav postPOST
- Get Favt PostGET
- Record ViewsPOST
- All Posts ViewsGET
- Add CommentPOST
- Get CommentsGET
- Get Collection ListGET
- Get Post CollectionGET
- Remove CollectionDELETE
- Soft Delete PostDELETE
- Delete PostDELETE
- Update Sold TypePUT
- report postPOST
- update thumnail of postsPOST
- ChatRoom/Messages
- Town Hall
- notfication
- Category
- Payments
- PAYMENTS APIS
Delete Post
DELETE
/post-mgt/delete-post
Request
Query Params
postId
string
required
Example:
66fe5e4aa336aac8ac1fb917
Header Params
Authorization
string
required
Example:
bearer {{token}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://13.239.78.144:3000/api/v1/post-mgt/delete-post?postId=66fe5e4aa336aac8ac1fb917' \
--header 'Authorization: bearer {{token}}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-11-15 11:08:17