Skip to main content
DELETE
Delete an AI Routine

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

id
string<uuid>
required

The UUID of the routine.

Query Parameters

userId
string<uuid>

Requires an Organization API key. Target user membership ID.

Response

Routine deleted successfully.

deleted
enum<boolean>
required

Always true on a successful delete.

Available options:
true
id
string<uuid>
required

The deleted routine’s ID.