v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
agent builder

Delete a plugin

Spaces method and path for this operation:

<div><span class="operation-verb delete">delete</span>&nbsp;<span class="operation-path">/s/{space_id}/api/agent_builder/plugins/{pluginId}</span></div>

Refer to Spaces for more information.

Delete an installed plugin by ID. This action cannot be undone. To learn more about Agent Builder plugins, refer to the plugins documentation.<br/><br/>[Required authorization] Route required privileges: agentBuilder:write.

delete/api/agent_builder/plugins/{pluginId}

Path parameters

pluginIdstring required

The unique identifier of the plugin.

Query parameters

forceboolean

If true, removes the plugin skills from agents that use them and then deletes the plugin. If false and any agent uses the plugin skills, the request returns 409 Conflict with the list of agents.

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Response

Indicates a successful response