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.
curl --request DELETE \
--url https://api.seminode.com/v1/me/listings/batch/{id} \
--header 'Authorization: <api-key>'{
"detail": "<string>"
}Was this page helpful?