Delete self-serve condition
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
DELETE /department/selfserve/conditions
Operation
Operation ID: deleteSelfserveCondition
Delete a self-serve condition.
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
id | query | yes | integer | Condition ID |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Successfully deleted condition | application/json |
400 | ||
404 |
Schema for response 200 (application/json):
{
"example": "Condition deleted",
"type": "string"
}
17 March 2026