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