Skip to main content
DELETE
Delete X activity subscriptions by IDs

Authorizations

Authorization
string
header
required

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

Query Parameters

ids
string[]
required

Comma-separated list of subscription IDs to delete.

Required array length: 1 - 100 elements

The unique identifier of this subscription.

Pattern: ^[0-9]{1,19}$

Response

The request has succeeded.

data
object
errors
object[]
Minimum array length: 1

An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).

meta
object