Skip to main content
DELETE
/
api
/
orchestration
/
fabric
/
{fabricId}
/
secret
/
id
/
{secretId}
Delete secret
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"
  }
}

Headers

X-AUTH-TOKEN
string
required

Prophecy authentication token. Required for all API requests.

Path Parameters

fabricId
string
required

The unique ID of the parent fabric

secretId
string
required

The unique ID of the secret

Response

200 - application/json

Secret deleted successfully

success
enum<boolean>
required

Indicates the request was successful.

Available options:
true,
false
data
object

Response data containing the secret ID.