cURL
curl --request DELETE \ --url https://app.galaxy.ai/api/v1/workflows/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Successful response