Skip to main content
DELETE
/
api
/
admin
/
protocols
/
{id}
Delete protocol
curl --request DELETE \
  --url https://{instance}.{env}.on-hellgate.cloud/api/admin/protocols/{id} \
  --header 'Authorization: Bearer <token>'
{
  "classifier": "NOT_FOUND",
  "code": 404,
  "message": "The requested resource does not exist"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Protocol local ID

Response

Protocol deleted