DELETE
/
v1
/
users
/
{id}
Delete a User
curl --request DELETE \
  --url https://identity.sandbox.midaz.io/v1/users/{id}
This response does not have an example.

Path Parameters

id
string
required

The unique identifier of the user you want to retrieve.

Response

If the request is successful, you will receive an empty response.