Delete an S3 storage provider
Deletes an S3-compatible backup destination configuration.
Deletes an S3-compatible backup destination configuration.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/deleteS3Provider" \ -H "Content-Type: application/json" \ -d '{ "id": "string" }'null