Delete a device data policy
DELETE /api/v1/projects/:project_id/fleets/:fleet_id/device-data-policies/:device_data_policy_id
Deletes an existing device data policy for a device in a fleet of the project.
Path Parameters
- project_id string required
Project ID
- fleet_id string required
Fleet ID
- device_data_policy_id string required
Device Data Policy ID
Responses
- 200
- 400
- 401
- 403
Success" {"ok":<count>}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"error":{"code":400,"message":"<error message>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Unauthorized" {"ok":0,"error":{"code":401,"message":"<error message>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Forbidden" {"ok":0,"error":{"code":403,"message":"<error message>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...