Delete a routine of an agent
DELETEhttps://platform.docana.com/api/v1/agents/:agentId/routines/:routineId/
Permanently deletes the routine together with its triggers and removes the Cloud Scheduler jobs of its scheduled triggers.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Routine deleted
Invalid query parameters
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Routine not found or inaccessible
Unexpected server error.