Skip to main content
DELETE
/
v2
/
billing
/
notifications
/
workspaces
/
{workspaceId}
/
config
Remove workspace high-usage override
curl --request DELETE \
  --url https://api.topograph.co/v2/billing/notifications/workspaces/{workspaceId}/config \
  --header 'x-api-key: <api-key>'
{
  "ok": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

workspaceId
string
required

Response

200 - application/json
ok
boolean
required

Always true on success (the operation is idempotent).

Example:

true