Skip to main content
DELETE
Deletes X activity subscription

Authorizations

Authorization
string
header
required

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

Path Parameters

subscription_id
string
required

The ID of the subscription to delete. The unique identifier of this subscription.

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

"1146654567674912769"

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