This web service deletes a configuration backup on the portal.
- This web service is available to users or API keys with the
ADMINrole. - It is necessary to provide an
Ft-Calling-Appvalue when using Fluid Topics web services. See Fluid Topics calling app.
| Method | Endpoint |
|---|---|
DELETE |
|
| Path parameter | Type | Required? | Description |
|---|---|---|---|
id |
String | Yes | Unique identifier of the configuration backup to delete. Use the List configuration backups web service to get the ID. |
| Return code | Description |
|---|---|
204 NO CONTENT |
The configuration backup was successfully deleted, or there was no configuration backup with this ID. |
401 UNAUTHORIZED |
The authorization header is absent or invalid. |
403 FORBIDDEN |
The user or API key must be an ADMIN. |
For a comprehensive list of all possible return codes, see Return codes.