Delete a selling plan
Authorizations
Path parameters
idstringRequired
Selling plan ID
Header parameters
X-Auth-TokenstringRequired
API key for authentication
Responses
200
Selling plan deleted successfully
application/json
401
Unauthorized
404
Selling plan not found
422
Failed to delete selling plan
application/json
delete
DELETE /api/v1/external/preorders/{id} HTTP/1.1
Host: app.stoqapp.com
X-Auth-Token: text
Accept: */*
{
"success": true,
"message": "text"
}
Last updated