# Soft delete an entity

Deletes an entity, marking it as deleted but without permanently removing it from the system (soft deletion). This action can be reversed by restoring the entity later. Requires the Delete permission.

Endpoint: POST /api/entities/{id}/lifecycle/softdeleteentity
Version: v2.0
Security: OAuth2

## Path parameters:

  - `id` (integer, required)
    The unique identifier for the entity.


## Response 200 fields

## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields
