# Delete an application

Removes a person's application to the role offer, freeing the place it occupied
and freeing that person to be added to the role offer again.

The status history recorded against the application goes with it, so if you need
that history, read it before deleting.

Endpoint: DELETE /api/v2/headcount/roleoffer/{roleoffer_id}/user/{id}
Version: 2.0.0
Security: default

## Path parameters:

  - `roleoffer_id` (integer, required)
    The ID of the role offer.

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

## Header parameters:

  - `Rosterfy-Platform` (string)

