Skip to main content
DELETE
/
blocklists
/
{id}
Delete Blocklist Item
curl --request DELETE \
  --url https://api.loopreturns.com/api/v1/blocklists/{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 blocklist entry.

Response

No Content