Skip to main content
DELETE
/
subscriptions
/
{subscription_id}
/
upgrade
/
{order_id}
Delete a subscription upgrade
curl --request DELETE \
  --url https://api.salesbricks.com/api/v2/subscriptions/{subscription_id}/upgrade/{order_id} \
  --header 'X-SALESBRICKS-KEY: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.salesbricks.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-SALESBRICKS-KEY
string
header
required

API key for authentication

Path Parameters

order_id
string
required
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
subscription_id
string
required
Pattern: ^([a-zA-Z\d\-]+)$

Response

Common response message serializer that includes a message from the result of an API operation.

message
string
required

Success message from the result of the previous API operation.