Skip to main content
DELETE
/
api
/
admin
/
backends
/
{id}
Delete backend
curl --request DELETE \
  --url https://{instance}.{env}.on-hellgate.cloud/api/admin/backends/{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

Response

Backend deleted