cURL
curl --request DELETE \ --url https://api.seminode.com/v1/me/listings/batch/{id} \ --header 'Authorization: <api-key>'
{ "detail": "<string>" }
Deletes Listings with given batch_id belonging to the authenticated user’s company.
Format: "Bearer <access_token>"
Batch ID
successfully deleted batch
Was this page helpful?