Skip to main content

Delete Post API

Delete existing post of user

Path Parameters
    post_id number required

    post id

Query Parameters
    client_auth_token string required

    Client API token

Header Parameters
    access-token string required

    user access token

    client string required

    client access token

    expiry string required

    timestamp of token expiry

    Example: 1531163311
    token-type string required

    access token type

    Example: Bearer
    uid string required

    user uid

    Example: user@quranreflect.com
Responses

OK

Response Headers

    Schema
      success boolean

      Default value: true

      message string

      Default value: Post was successfully removed.

    Loading...