Delete a certain agent.
Delete an agent (formerly known as project) by its unique project ID. This endpoint allows you to remove an existing agent from the system based on its ID. Here is an example to delete an agent: API SDK.
Path parameters
The unique identifier of the agent (formerly known as project).
Response
Agent deleted successfully
Example response
{
"status": "success",
"data": {
"deleted": true
}
}Changes
Changed in 3 of the 9 revisions of this API.410
- ●
added the new
Agent id is requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
Agent with id {projectId} not foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
api tag
Agentsaddedapi-tag-added
- ○
api tag
Projectsremovedapi-tag-removed
- ○
removed the
Project id is requiredenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
removed the
Project with id {projectId} not foundenum value from the/response property for the response statusresponse-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ●
added the new
Project id is requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
Project with id {projectId} not foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
api tag
Projectsaddedapi-tag-added
- ○
api tag
Agentsremovedapi-tag-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the
Agent id is requiredenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
removed the
Agent with id {projectId} not foundenum value from the/response property for the response statusresponse-property-enum-value-removed
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●