# Delete an assignment **DELETE /api/v1/assignments/{assignment}** Permanently deletes an assignment. This cannot be undone. Attempts to delete assignments with jobs that have invoices paid in full will fail. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters ### Path parameters - **assignment** (string) The ID of the desired assignment (e.g., `an_G5biPgc5Hc`). ## Responses ### 200 A successfully deleted assignment. Otherwise, this call returns an error, such as if the assignment has already been deleted. #### Body: application/json (object) - **deleted** (boolean) - **deleted_at** (integer) Unix timestamp (seconds since epoch) of when the assignment was deleted. - **id** (string) The assignment ID. - **object** (string) [Powered by Bump.sh](https://bump.sh)