curl --request DELETE \
--url https://app.happyrobot.ai/api/v1/use-cases/{id} \
--header 'authorization: <authorization>'
This response does not have an example.
Delete a use case.
curl --request DELETE \
--url https://app.happyrobot.ai/api/v1/use-cases/{id} \
--header 'authorization: <authorization>'
This response does not have an example.
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
ID of the use case.
24
204
Was this page helpful?