DELETE
/
v2
/
policy-engine
/
policies
/
{policyId}
curl --request DELETE \
  --url https://api.cdp.coinbase.com/platform/v2/policy-engine/policies/{policyId}
This response does not have an example.

Headers

X-Idempotency-Key
string

An optional UUID v4 request header for making requests safely retryable. When included, duplicate requests with the same key will return identical responses. Refer to our Idempotency docs for more information on using idempotency keys.

Required string length: 36

Path Parameters

policyId
string
required

The ID of the policy to delete.

Response

204

Successfully deleted policy.