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.
curl --request DELETE \
--url https://api.anchorbrowser.io/v1/profiles/{name} \
--header 'anchor-api-key: <api-key>'{
"data": {
"status": "<string>"
}
}Was this page helpful?