Skip to main content
POST
/
v2
/
subscriptions
/
{xid}
/
suspend
Suspend a subscription
curl --request POST \
  --url https://api.bondio.co/v2/subscriptions/{xid}/suspend \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

xid
string
required

iccid or id of the subscription

Response

200 - application/xml

OK

currentState
enum<string>
Available options:
PENDING,
ACTIVE,
SUSPENDED,
TERMINATED