# Deleting an existing Assignment

Unassigns a resource from a task. The assignment is soft deleted by
setting the current field to false. The assignment is then
considered inactive. Using this endpoint is the same as using
the update an existing assignment
endpoint and setting the current parameter to false.


The response will contain no content and an HTTP 204 status code if the request was
successful, or a standard Kantata OX error message explaining why the object could not be deleted.

Endpoint: DELETE /assignments/{id}
Version: 1.0.0

## Path parameters:

  - `id` (integer, required)
    The ID of the Model.

## Response 400 fields (application/json):

  - `errors` (array)

  - `errors.type` (string)

  - `errors.message` (string)


## Response 204 fields
