Undeploy Workflow
DELETE
/api/v1/workflows/{id}/deployAuthorization
apiKey X-API-Key<token>
Your Sim API key (personal or workspace). Generate one from the Sim dashboard under Settings > API Keys.
In: header
Path Parameters
id*string
The unique workflow identifier.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE \ "https://www.sim.ai/api/v1/workflows/{id}/deploy" \ -H "X-API-Key: YOUR_API_KEY"{
"data": {
"id": "3b1f7c92-8d4e-4a6b-9c0d-5e2f8a714b36",
"isDeployed": false,
"deployedAt": null,
"warnings": []
}
}{
"error": "string",
"details": [
{}
]
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}