Skip to main content
DELETE
/
user-management
/
v1
/
watchlists
/
{id}
Delete a watchlist
curl --request DELETE \
  --url https://api.messari.io/user-management/v1/watchlists/{id} \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": "<unknown>",
  "error": "<string>"
}

Overview

Permanently deletes a watchlist. This action cannot be undone. A successful deletion returns a 200 status code with an empty response body.

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

id
string
required

Response

No Content