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.
A resource referenced by the path does not exist or is not visible to the caller.
Routine deletion failure