4.3.4.1 Endpoint Details

Delete (DELETE) API helps to delete an uploaded file.

  • HTTP Method - Delete
  • Header Parameters
    • ofs_remote_user - User ID of the user mapped to 'BATCH_EXEC' function.
    • locale - locale in languageCode-countryCode format. For example, en-US.
    • ofs_tenant_id - Tenant ID of the Application
    • ofs_workspace_id - Workspace ID of the Application. It is defaulted to WS001 and same should be passed each time.
    • Content-type - The media type of the body of the request. The content-type details are required for POST and PUT requests, and the supported types vary with each endpoint. The value is application/json.
    • Authorization - Access token required to authenticate the API. If this token is not provided, 401 Unauthorized error is generated. For more information about Bearer token, refer to Generate the Access Token.