Skip to main content
DELETE
/
v1
/
compliance
/
watch-list
Remove an address from the watchlist
curl --request DELETE \
  --url https://api.openxswitch.com/v1/compliance/watch-list \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
required

This is the ID of the watchlist

Example:

"6a0c7c45f82132956d0ee5ea"

Response

success
boolean
required
Example:

true

data
object
required