v1

latestOpenAPI 3.0.22026-07-174617345.8 KB
Sources

Delete an agent source.

Delete a source for a given agent.

delete/api/v1/projects/{projectId}/sources/{sourceId}

Path parameters

projectIdinteger required

The unique identifier of the agent (formerly known as project).

sourceIdinteger required

The unique identifier of a source.

Response

Agent source deleted successfully

status'error' | 'success'

The status of the response

Example response

{
  "status": "success",
  "data": {
    "deleted": true
  }
}