Delete a feature flag configuration
DELETE/feature-flags/:siteCode/:featureKey
Delete a feature flag configuration
Request
Path Parameters
siteCode stringrequired
featureKey stringrequired
Responses
- 200
- 400
- 403
- 404
- 423
- 500
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
serviceName string
status string
time int64
{
"message": "string",
"serviceName": "string",
"status": "string",
"time": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
message string
serviceName string
status string
time int64
{
"message": "string",
"serviceName": "string",
"status": "string",
"time": 0
}
Feature flag for provided site code and feature key not found
- application/json
- Schema
- Example (from schema)
Schema
message string
serviceName string
status string
time int64
{
"message": "string",
"serviceName": "string",
"status": "string",
"time": 0
}
Resource Locked
- application/json
- Schema
- Example (from schema)
Schema
message string
serviceName string
status string
time int64
{
"message": "string",
"serviceName": "string",
"status": "string",
"time": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
message string
serviceName string
status string
time int64
{
"message": "string",
"serviceName": "string",
"status": "string",
"time": 0
}
Loading...