Responses

  • 204 application/json

    The request was successful, but there is no content to return in the response.

    Hide response attribute Show response attribute object
  • 403 application/json

    Forbidden

    Hide response attribute Show response attribute object
    • status string Required

      Shortcode is blocked

      Value is shortcode_blocked. Default value is shortcode_blocked.

DELETE /api
curl \
 --request DELETE 'http://localhost:8787/api' \
 --header "Authorization with Header: $API_KEY"
Response examples (204)
{
  "status": "string"
}
Response examples (403)
{
  "status": "shortcode_blocked"
}