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