Deletes a specific service association from an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.
delete/v1/agentspaces/{agentSpaceId}/associations/{associationId}
Path parameters
agentSpaceIdstring required
Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)
The unique identifier of the AgentSpace
associationIdstring required
Unique identifier for a service association within an AgentSpace
The unique identifier of the given association.
Response
Success
DisassociateServiceOutput required
Empty output for successful service disassociation.