v1
latestOpenAPI 3.0.22026-07-174617345.8 KBAgent Licenses
Delete a license for an agent
Deletes a specific license that belongs to a specific agent.
delete/api/v1/projects/{projectId}/licenses/{licenseId}
Path parameters
projectIdinteger required
The unique identifier of the agent (formerly known as project).
licenseIdinteger required
The unique identifier of a license.
Response
Deleted agent license
Example response
{
"status": "success",
"data": {
"deleted": true
}
}