ApiManagementV1WorkspacesWorkspaceidEndpointsIdSubscriptionsEventtypeid
Unsubscribe endpoint from an event type
AuthorizationBearer <token>
Management token (nhm_...)
In: header
Path Parameters
idstring
eventTypeIdstring
Response Body
curl -X DELETE "https://loading/management/v1/workspaces/{workspaceId}/endpoints/string/subscriptions/string"Empty
{
"error": {
"code": "unauthorized",
"message": "Missing or invalid authorization header"
}
}{
"error": {
"code": "token_disabled",
"message": "Management token is disabled"
}
}{
"error": {
"code": "not_found",
"message": "Endpoint not found"
}
}