/
/Affinda API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 18h ago · Updated 1mo ago
Add x-hidden to endpoints7
Annotations8
Data Sources10
Deprecated End Points31
  • getGet list of all collections
  • postCreate a collection
  • getGet specific collection
  • deleteDelete a collection
  • patchUpdate a collection
  • postCreate data field for a collection along with a new data point.
  • getGet data field for a collection assosciated with a data point.
  • patchUpdate data field for a collection assosciated with a data point.
  • getGet usage by collection
  • getGet list of all data points
  • postCreate a data point
  • getGet specific data point
  • deleteDelete a data point
  • patchUpdate a data point
  • getGet list of data point choices
  • postCreate a data point choice
  • getGet specific data point choice
  • deleteDelete a data point choice
  • patchUpdate a data point choice
  • postReplace choices of a data point
  • getGet list of all API users
  • postCreate an API user
  • getGet specific API user
  • deleteDelete an API user
  • patchUpdate an API user
  • postRegenerate API key for an API user
  • getList mappings
  • postCreate a mapping
  • getGet specific mapping
  • deleteDelete specific mapping
  • patchUpdate specific mapping
Document API - Extractor5
Document API - Splitting3
Document Types7
Documents6
Organization API - Invitation7
Organizations2
Search & Match24
Tags7
Usage1
Validation Results7
Webhooks8
Workspaces10
    Deprecated End Points

    Delete an API user

    Deletes the specified API user from the database.

    delete/v3/api_users/{id}

    Path parameters

    idinteger required

    Uniquely identify a user.

    Example:1

    API user's ID

    Response

    Delete successful, no content returned

    Changes