Delete an assignment
Permanently deletes an assignment. This cannot be undone. Attempts to delete assignments with jobs that have invoices paid in full will fail.
DELETE
/api/v1/assignments/{assignment}
curl \
--request DELETE 'https://api.1099policy.com/api/v1/assignments/an_G5biPgc5Hc'
Response examples (200)
{
"id": "an_G5biPgc5Hc",
"object": "assignment",
"deleted": true,
"deleted_at": 1640995200
}