Delete Alert by ID

Deletes a single email address by task id and alert id.

URLs

Environment Method URL
Sandbox https://api-sandbox.fndev.net/api/rest/v2/workorders/work_order_id/tasks/task_id/alerts/alert_id
Production https://api.fieldnation.com/api/rest/v2/workorders/work_order_id/tasks/task_id/alerts/alert_id

Path Parameters

Parameter Type Example Notes
work_order_id integer 1753 Work Order ID.
task_id integer 8609 Task ID.
alert_id integer 51 Alert ID.

Query Parameters

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.

Response

Returns HTTP Status 200 OK, along with an empty response.


[]

Errors

Standard HTTP and OAuth error codes.

Examples

400 Bad Request