Skip to content

Places the entitlement on a recoverable hold. Reports as `SubscriptionStatus = Paused` until `Resume` is called. Distinct from `Disable`, which is terminal.

POST
/api/v1/provision/admin/entitlements/{entitlementId}/pause
curl --request POST \
--url https://example.com/api/v1/provision/admin/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/pause
entitlementId
required
string format: uuid

Entitlement id.

reason
string

Optional free-text reason for the pause.

OK

Bad Request

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string