cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/profiles/{name} \ --header 'anchor-api-key: <api-key>'
{ "data": { "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.
The response is of type object.
object