cURL
curl --request DELETE \ --url https://api.example.com/v2/users/{id}
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "email": "jsmith@example.com", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
^usr_[0-9A-Za-z]{22}$
^org_[0-9A-Za-z]{22}$
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$