DELETE/api/v1/shop/{shopId}

Delete Shop

This API endpoint enables users to delete an existing shop by providing the shop ID. Only one shop can be deleted per request. Once deleted, the shop's status will be updated to inactive in our system.
DELETE/api/v1/shop/{shopId}

Mandatory Fields

  • shopId

Parameter Details

NameInTypeRequiredDescription
shopIdpathstring(string)RequiredThe ID of the Shop

Responses

StatusMeaningDescriptionSchema
204No ContentOk, data deletedNone
400Bad RequestRequest data failed validation(s)None
401UnauthorizedAuthentication Failed!None
404Not FoundNot found.None
429Too Many RequestsToo Many Requests.None
500Internal Server ErrorInternal Server ErrorNone

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.