Remove agentcore
DELETE /agentcore/<agentcoreId>
Description
Delete an agentcore.
Path parameters
| Param | Description |
|---|---|
agentcoreId |
Agentcore Id. |
Query parameters
none
Body
none
Return codes
| Error code | Reason |
|---|---|
204 |
Success. |
401 |
Invalid or missing token. |
403 |
Insufficient permissions (required: API+CORE_CONNECT). |
404 |
Agentcore not found. |
Example
Curl request:
curl \
-X DELETE 'https://api.infrasonar.com/agentcore/123' \
-H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'