Removes a device template from a fleet
DELETE /api/v1/projects/:project_id/fleets/:fleet_id/device-templates/:fleet_device_template_id
Removes a device template from a fleet of the project
Path Parameters
- project_id string required
Project ID
- fleet_id string required
Fleet ID
- fleet_device_template_id string required
Fleet Device Template ID
Responses
- 200
- 400
- 401
- 403
Success" {"ok":1,"data":"<count>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"error":{"code":400,"message":"Failed to parse the body for the template creation!","error":"<error>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Unauthorized" {"ok":0,"error":{"code":401,"message":"Unauthorized","error":"<error>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Forbidden" {"ok":0,"error":{"code":403,"message":"Forbidden","error":"<error>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...