DELETE/api/v1/shops/bulkdelete

Delete Multiple Shops

DELETE/api/v1/shops/bulkdelete

Optional Fields

  • shopIds

Parameter Details

NameInTypeRequiredDescription
bodybodyobjectRequirednone
ยป shopIdsbody[string]Optionalnone

Responses

StatusMeaningDescriptionSchema
204No ContentSuccessfully deleted shops
400Bad RequestInvalid request payload
401UnauthorizedUnauthorized - authentication failed
404Not FoundNot found.
429Too Many RequestsToo Many Requests.
500Internal Server ErrorInternal server error

Example Request

# You can also use wget
curl -X DELETE /api/v1/shops/bulkdelete \
  -H 'Content-Type: application/json' \
  -H 'Authorization: API_KEY'

Body parameter

{
  "shopIds": [
    "shopId1",
    "shopId2",
    "shopId3"
  ]
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.