Delete Task Alerts

Deletes all notification email addresses associated with a task id.

URLs

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

Path Parameters

Parameter Type Example Notes
work_order_id integer 1753 Work Order ID.
task_id integer 8609 Task 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