ApiApprovals

Retire an approval threshold

Take a threshold out of use. Flagged inactive rather than deleted, so "what control was in force in March" stays answerable.

DELETE
/api/b/v1/approval-policies/{policy_id}

Take a threshold out of use.

Flagged inactive rather than deleted, so "what control was in force in March" stays answerable.

Authorization

OAuth2PasswordBearer
AuthorizationBearer <token>

In: header

Path Parameters

policy_id*Policy Id
Formatuuid
admin_access_token?string|null

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/b/v1/approval-policies/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "subject_type": "payout",  "min_amount_minor": 0,  "currency": "string",  "required_approvals": 0,  "is_active": true}