Skip to main content
DELETE
Eliminar un stage del blueprint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-workspace-id
string<uuid>
required

Identificador del workspace multi-tenant.

Path Parameters

agentId
string<uuid>
required

Identificador del agente

blueprintId
string<uuid>
required

Identificador del blueprint del agente (se obtiene de GET /v1/agents/{agentId}/blueprints)

stageId
string<uuid>
required

Identificador del stage dentro del blueprint del agente

Response

Stage eliminado correctamente