PUT
/
v1
/
subscriptions
/
{id}
/
inactive
curl --request PUT \
  --url https://prod01.copilot.fabric.inc/data-subscription/v1/subscriptions/{id}/inactive \
  --header 'Authorization: Bearer <token>'
{
  "responseStatus": "OK",
  "message": "Request processed successfully",
  "data": {
    "id": "6256610bc312410009b7390b",
    "status": "INACTIVE"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Subscription ID

Example:

"6169b2d892a5f30009d76480"

Response

200 - application/json

Request processed successfully

Inactivated subscription