Skip to main content
DELETE
/
allowlists
/
{id}
Delete Allowlist Item
curl --request DELETE \
  --url https://api.loopreturns.com/api/v1/allowlists/{id} \
  --header 'X-Authorization: <api-key>'
{
  "error": {
    "code": "<string>",
    "http_code": "<string>",
    "message": "<string>"
  }
}

Authorizations

X-Authorization
string
header
required

Path Parameters

id
integer
required

The unique identifier associated with the allowlist entry.

Response

No Content