cURL
curl --request DELETE \ --url https://api.example.com/api/profiles/{profile_name} \ --header 'anchor-api-key: <api-key>'
{ "status": "success" }
Deletes an existing profile by its name.
API key passed in the header
The name of the profile to delete.
"my-profile"
Profile deleted successfully.
"success"
Was this page helpful?