cURL
curl --request DELETE \ --url https://api.identety.dev/users/{id} \ --header 'x-api-key: <api-key>'
{ "id": "43fad864-738d-4367-a012-2b8c6948c36a", "name": "John Doe", "givenName": "John", "familyName": "Doe", "picture": "https://example.com/photo.jpg", "locale": "en-US", "address": { "streetAddress": "123 Main St", "locality": "New York", "region": "NY", "postalCode": "10001", "country": "USA" }, "metadata": { "customField": "value" } }
Client deleted successfully
"43fad864-738d-4367-a012-2b8c6948c36a"
"John Doe"
"John"
"Doe"
"https://example.com/photo.jpg"
"en-US"
Show child attributes
"123 Main St"
"New York"
"NY"
"10001"
"USA"
{ "customField": "value" }