cURL
curl --request DELETE \ --url https://api.example.com/v1beta1/users/{id}
{ "400": {}, "401": {}, "403": {}, "404": {}, "500": {} }
curl -X DELETE 'https://api.frontier.example.com/v1beta1/users/9f256f86-4a1e-4b2a-9c45-6d2c8f5a3b7e' \ -H 'Authorization: Bearer <token>'
{}