cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/profiles/{name} \ --header 'anchor-api-key: <api-key>'
{ "data": { "status": "<string>" } }
Deletes an existing profile by its name.
API key passed in the header
The name of the profile to delete.
Profile deleted successfully.
Show child attributes
Was this page helpful?