Delete a plan
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
sub-user-idstringRequired
plan-idstringRequired
Responses
200
Successful deletion
application/json
400
Bad request
application/json
404
Plan not found
application/json
500
Internal server error
application/json
delete
/api/{sub-user-id}/plan/{plan-id}Last updated