Skip to main content
DELETE
/
resolver
/
api
/
v1
/
resolution-rules
/
{rule_id}
Delete resolution rule
curl --request DELETE \
  --url https://www.closient.com/resolver/api/v1/resolution-rules/{rule_id} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Path Parameters

rule_id
string<shortuuid>
required

URL-safe short_id of the resolution rule (12-char nanoid).

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

200

OK