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.
Documentation IndexFetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
API key passed in the header
The name of the profile to delete.
Profile deleted successfully.
Show child attributes
Was this page helpful?