DELETE
/users/
curl \
--request DELETE 'http://api.example.com/users/' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (204)
{
"message": "string"
}
Response examples (401)
string
Response examples (503)
string