Delete a configuration backup - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service deletes a configuration backup on the portal.

  • This web service is available to users or API keys with the ADMIN role.
  • It is necessary to provide an Ft-Calling-App value when using Fluid Topics web services. See Fluid Topics calling app.
Method Endpoint
DELETE
/api/backups/{id}
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.