Skip to content
Last updated
DELETEhttps://api.aitronos.com/v1/rules/{rule_id}/attachments/{entity_type}/{entity_id}

Remove an entity attachment from a rule. This performs a soft delete, preserving the audit trail.

rule_id string required

The rule ID

entity_type string required

Entity type: assistant, user, model, vector_store, organization

entity_id string required

The entity ID

Returns

Returns 204 No Content on success.

Bash
curl -X DELETE "https://api.aitronos.com/v1/rules/rule_a1b2c3d4/attachments/assistant/asst_abc123" \
  -H "X-API-Key: $FREDDY_API_KEY"

Response 204 No Content