API Reference
//
Delete a task
Security
form_session or user_session or component_session or component_token or api_token
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/tasks/{task_id}
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/tasks/{task_id}
- form_session
- user_session
- component_session
- component_token
- api_token
curl -i -X DELETE \
'https://docs.onboarded.com/_mock/openapi/api/v1/tasks/{task_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Task
Any of:
a string to be decoded into a DateTime.Utc
string(DateTimeUtc)
Any of:
a string to be decoded into a DateTime.Utc
string(DateTimeUtc)
Any of:
a string to be decoded into a DateTime.Utc
string(DateTimeUtc)
Any of:
a string to be decoded into a DateTime.Utc
string(DateTimeUtc)
Any of:
a string to be decoded into a DateTime.Utc
string(DateTimeUtc)
Response
{ "id": "task_abc123def456", "form_id": "tlin_abc123def456", "form_custom_attributes": { "property1": null, "property2": null }, "name": "string", "employee_id": "ee_abc123def456", "employer_id": "er_abc123def456", "client_id": "cl_abc123def456", "job_id": "job_abc123def456", "status": "requires_action", "pdf": { "status": "available" }, "next_action": { "type": "employer_action" }, "expired_at": "string", "deletion_scheduled_at": "string", "deletion_allowed_at": "string", "due_at": "string", "completed_at": "string", "progress": { "percent": 0, "numerator": 0, "denominator": 0 }, "subtasks": [ { … } ], "tags": [ { … } ], "created_at": "string", "updated_at": "string", "_tag": "Task" }