POST
/
listings
/
delete
Delete Listings
curl --request POST \
  --url https://api.seminode.com/v1/listings/delete \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ids": [
    "<string>"
  ],
  "urls": [
    "<string>"
  ]
}'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Body

application/json

Listing IDs and optional node URLs

The body is of type object.

Response

200
application/json

Deletion event successfully sent

The response is of type object.