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"
}