API Reference
Reference for our API
Deletes Listings with given batch_id belonging to the authenticated user’s company.
cURL
curl --request DELETE \ --url https://api.seminode.com/v1/me/listings/batch/{id} \ --header 'Authorization: <api-key>'
{ "detail": "<string>" }
Format: "Bearer <access_token>"
Batch ID
successfully deleted batch
The response is of type object.
object