Delete a subscription order pause

Deletes a subscription order pause with a specified ID. If the specified pause is pending, it is revoked. If the specified pause is ongoing, it is finished.

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
path Parameters
id
required
string <= 50 characters ^[@~\-\.\w]+$

ID of the resource.

delete
/subscription-pauses/{id}
Responses

204

Subscription order pause revoked or finished.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

404

Resource not found.

409

Conflict.

Response samples
application/json
{ "status": 401, "type": "http://example.com", "title": "string", "detail": "string", "instance": "string" }