# Delete placeholder resource

Deletes the placeholder resource.

>Note: Time tracking for placeholders is not supported.

Endpoint: DELETE /placeholder_resources/{placeholder_resource_id}
Version: v1
Security: AuthToken

## Path parameters:

  - `placeholder_resource_id` (integer, required)
    The ID of the placeholder resource.

## Response 404 fields (application/json):

  - `message` (string)
    Example: "not found"


