DELETE
/
api
/
profiles
/
{profile_name}
{
  "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

200
application/json

Profile deleted successfully.

The response is of type object.