Delete an existing file manager entity, identified by its ID.
api.file-manager.delete
cURL
curl --request DELETE \ --url https://localtest.mindbridge.ai/api/v1/file-manager/{fileManagerEntityId} \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "title": "<string>", "problems": [ { "problemType": "UNKNOWN", "severity": "WARNING", "entityType": "<string>", "entityId": {}, "identifier": "<string>", "values": [ "<string>" ], "reason": "<string>", "suggestedValues": [ "<string>" ], "problemCount": 123 } ], "instance": "<string>", "status": 123, "origin": "<string>", "problemCount": 123, "entityType": "<string>", "entityId": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No Content
Was this page helpful?