curl --request DELETE \
--url https://api.withorb.com/v1/customers/{customer_id}/credits/top_ups/{top_up_id} \
--header 'Authorization: Bearer <token>'{
"type": "https://docs.withorb.com/reference/error-responses#400-constraint-violation",
"status": 400,
"detail": "<string>",
"title": "<string>"
}This deactivates the top-up and voids any invoices associated with pending credit blocks purchased through the top-up.
curl --request DELETE \
--url https://api.withorb.com/v1/customers/{customer_id}/credits/top_ups/{top_up_id} \
--header 'Authorization: Bearer <token>'{
"type": "https://docs.withorb.com/reference/error-responses#400-constraint-violation",
"status": 400,
"detail": "<string>",
"title": "<string>"
}Was this page helpful?