DELETE/shop/{id}

Delete Shop

Delete Shop

Deletes a shop by its ID.
DELETE/shop/{id}

Implementation Notes

Deletes a shop by its ID.

Parameter Details

NameInTypeRequiredDescription
idpathintegerRequirednone

Responses

StatusMeaningDescriptionSchema
200OKSuccessInline
400Bad RequestBad RequestNone
401UnauthorizedAuthentication Failed or Account validity ExpiredNone
429Too Many RequestsToo Many RequestsNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

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

Example responses

200 Response
{
  "message": "Shop Deleted Successfully"
}

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.