DELETE/shops/{shopId}

Delete Shop

This endpoint is used to delete a shop by its ID.
DELETE/shops/{shopId}

Parameter Details

NameInTypeRequiredDescription
shopIdpathintegerRequiredThe ID of the shop to delete.

Responses

StatusMeaningDescriptionSchema
204No ContentNo Content - Shop deleted successfully, no response body.None
400Bad RequestBad RequestNone
401UnauthorizedUnauthorizedNone
403ForbiddenForbidden - Access deniedNone
404Not FoundShop not foundNone
429Too Many RequestsToo Many RequestsNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X DELETE /shops/{shopId} \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

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.