Skip to main content
DELETE
/
apps
/
{provider}
/
blocklist
/
{ruleId}
Remove a blocklist rule
curl --request DELETE \
  --url https://api.onecli.sh/v1/apps/{provider}/blocklist/{ruleId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key obtained from the dashboard or GET /user/api-key

Path Parameters

provider
string
required

App provider identifier (e.g., gmail, github, jira)

ruleId
string
required

Blocklist rule ID (from the blocklist state's ruleId field)

Response

204

Rule removed