Skip to main content

Delete a post

Delete a post.

Path Parameters
    postId string required

    The id of the post to be deleted.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    message

    Possible values: [Post was removed successfully]

DELETE /v1/posts/:postId

Authorization

name: x-auth-tokentype: apiKeyin: headerdescription: The JWT access token required for accessing the endpoints.
name: x-client-idtype: apiKeyin: headerdescription: Your client id

Request

Base URL
https://apis-prelive.quran.foundation/auth
x-auth-token
x-client-id
postId — path required
curl / cURL
curl -L -X DELETE 'https://apis-prelive.quran.foundation/auth/v1/posts/:postId' \
-H 'Accept: application/json' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'