Data Analysis
cURL
curl --request DELETE \ --url https://app.prophecy.io/api/orchestration/fabric/{fabricId}/secret/id/{secretId} \ --header 'X-AUTH-TOKEN: <x-auth-token>'
{ "success": true, "data": { "id": "4656" } }
Delete a specific secret by its ID
Prophecy authentication token. Required for all API requests.
The unique ID of the parent fabric
The unique ID of the secret
Secret deleted successfully
Indicates the request was successful.
true
false
Response data containing the secret ID.
Show child attributes
Was this page helpful?