DELETE/api/v1/shop/{shopId}

Delete Shop

DELETE/api/v1/shop/{shopId}

Parameter Details

NameInTypeRequiredDescription
shopIdpathstring(string)RequiredThe ID of the Shop

Responses

StatusMeaningDescriptionSchema
204No ContentOk, data deleted
400Bad RequestRequest data failed validation(s)
401UnauthorizedAuthentication 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/shop/{shopId} \
  -H 'Authorization: API_KEY'

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.