DELETE
/
me
/
listings
/
batch
/
{id}
Delete Listing Batch
curl --request DELETE \
  --url https://api.seminode.com/v1/me/listings/batch/{id} \
  --header 'Authorization: <api-key>'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Path Parameters

id
string
required

Batch ID

Response

200
application/json

successfully deleted batch

The response is of type object.