cURL
curl --request DELETE \ --url https://api.example.com/api/v1/public/users/{uniqueId} \ --header 'Authorization: <authorization>'
API to delete the user information
Bearer {{apiToken}}
200
Was this page helpful?