Skip to content

Cancel Store Deletion

Endpoint: http://api.dotshop.com/cancel-store-deletion

Method: DELETE

Required Scopes

  • cancel-store-deletion

Responses

[200] OK

json
{
    "status": 200,
    "detail": "Your store deletion request has been cancelled successfully",
    "meta": []
}

[400] Bad Request

json
{
    "status": 400,
    "detail": "Store deletion request can not be cancelled",
    "meta": []
}

[500] Internal Error

json
{
    "status": 500,
    "detail": "error while canceling store deletion request",
    "meta": []
}