Skip to main content
DELETE
/
lists
/
companies
/
{listId}
Delete a company list
curl --request DELETE \
  --url https://app.tryspecter.com/api/v1/lists/companies/{listId} \
  --header 'X-API-Key: <api-key>'
{
  "errorCode": "INVALID_LIST_UUID",
  "message": "List id must be a valid UUID."
}

Authorizations

X-API-Key
string
header
required

Path Parameters

listId
string<uuid>
required

The UUID of the list being requested

Response

OK