Skip to main content
DELETE
/
v2
/
access-rules
/
{access_rule_id}
Delete an access rule
curl --request DELETE \
  --url https://api-dev.narrative.io/v2/access-rules/{access_rule_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

access_rule_id
integer
required

Access rule identifier.

Response

200

OK