Skip to main content
Infrastructure/Infrastructure Misc

Unsubscribe

Unsubscribe from events for the specified resource target.

POST/api/v1/eventsub/unsubscribe

Operation ID

Unsubscribe

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • targetType
    StringRequired

    Type of the target resource to unsubscribe from

    Example: vm

  • targetUuid
    StringRequired

    UUID of the specific resource instance to unsubscribe from

    Example: vm-abc-001

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.