Skip to content

Delete a Store

Endpoint: http://api.dotshop.com/request_delete

Method: DELETE

Required Scopes

  • request-store-deletion

Responses

[200] OK

json
{
    "status": 200,
    "detail": "Your request to delete store will be handled in 7 days",
    "meta": []
}

[500] Internal error

json
{
    "status": 500,
    "detail": "Internal error",
    "meta": []
}