Delete Instance Type
Endpoint to delete instance plans
Authorized Roles : PROVIDER
Request
URI
DELETE
https://{api_host}/provider/instancetype/{id}
COPY
Path Parameters
string
id
Required
ID of the instance plan
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/provider/instancetype/{id}
Instance Plans Operations
GET
Get All Instance Types
PUT
Update Instance Type
POST
Save Instance Type
DELETE
Delete Instance Type