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