Skip to main content
DELETE
/
api
/
profiles
/
{profile_name}
Delete Profile
curl --request DELETE \
  --url https://api.example.com/api/profiles/{profile_name} \
  --header 'anchor-api-key: <api-key>'
{
  "status": "success"
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

profile_name
string
required

The name of the profile to delete.

Example:

"my-profile"

Response

Profile deleted successfully.

status
string
Example:

"success"