cURL
curl --request DELETE \ --url https://api.example.com/api/core/use_cases/{use_case_id}/fallback_strategies \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
{ "message": "<string>" }
Endpoint to delete use case fallback strategies.
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?