Skip to main content
POST
/
lists
/
delete
Soft delete a list
curl --request POST \
  --url https://api.supersonic.cv/lists/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "list_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
list_id
string
required

List UUID

Response

Success

The response is of type object.