Files

FilesDelete

DELETE

/files/{id}

Prod:
https://api.seic.com/v1/contentmanagement/files/{id}
Header Parameters
Name Description Data Type Required
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

string

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

string

Path Parameters
Name Description Data Type Required
id

Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy.

string

HTTP Responses
  • Code
    Description
  • 200

    OK- The request has succeeded and the response has been returned.

  • 400

    Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.

  • 401

    Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.

  • 403

    Forbidden-The SEI Server understood the request but refuses to fulfill it.

  • 404

    Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections

  • 500

    Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.

TEST ENDPOINT
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

Request Body

id Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy. true

HTTP Basic

OAuth 2.0

API Key

Working...

Files

FilesDelete

DELETE

/files/{id}

Prod:
https://api.seic.com/v1/contentmanagement/files/{id}
Header Parameters
Name Description Data Type Required
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

string

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

string

Path Parameters
Name Description Data Type Required
id

Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy.

string

HTTP Responses
  • Code
    Description
  • 200

    OK- The request has succeeded and the response has been returned.

  • 400

    Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.

  • 401

    Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.

  • 403

    Forbidden-The SEI Server understood the request but refuses to fulfill it.

  • 404

    Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections

  • 500

    Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.

TEST ENDPOINT
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

Request Body

id Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy. true

HTTP Basic

OAuth 2.0

API Key

Working...

Test: https://test.api.seic.com/v1/contentmanagement/files/{id}
TLS*: https://mtls.api.seic.com/v1/contentmanagement/files/{id}
*The TLS endpoint is only used if Server Based Application was selected during the App Registration process.
STEP 1



STEP 2

Pass the oAuth Token and the App key to invoke this endpoint.

Files

FilesDelete

DELETE

/files/{id}

Prod:
https://api.seic.com/v1/contentmanagement/files/{id}
Header Parameters
Name Description Data Type Required
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

string

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

string

Path Parameters
Name Description Data Type Required
id

Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy.

string

HTTP Responses
  • Code
    Description
  • 200

    OK- The request has succeeded and the response has been returned.

  • 400

    Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.

  • 401

    Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.

  • 403

    Forbidden-The SEI Server understood the request but refuses to fulfill it.

  • 404

    Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections

  • 500

    Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.

TEST ENDPOINT
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

Request Body

id Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy. true

HTTP Basic

OAuth 2.0

API Key

Working...

SAMPLE REQUEST

curl -X DELETE \
  https://api.seic.com/v1/contentmanagement/files/{id} \
  -H 'appkey: gsedgaerhDSHGRSH' \
  -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \


REQUEST HEADER

Authorization: Bearer ADsgdnnkjnfdIKJN
AppKey: gsedgaerhDSHGRSH
REQUEST PAYLOAD MODEL
Operations
RESPONSE HEADER

Content-Type: application/json 
Status: 200 OK 
requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9


SAMPLE RESPONSE

"Document was successfully deleted."
MODEL
Operations


Files

FilesDelete

DELETE

/files/{id}

Prod:
https://api.seic.com/v1/contentmanagement/files/{id}
Header Parameters
Name Description Data Type Required
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

string

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

string

Path Parameters
Name Description Data Type Required
id

Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy.

string

HTTP Responses
  • Code
    Description
  • 200

    OK- The request has succeeded and the response has been returned.

  • 400

    Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.

  • 401

    Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.

  • 403

    Forbidden-The SEI Server understood the request but refuses to fulfill it.

  • 404

    Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections

  • 500

    Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.

TEST ENDPOINT
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

Request Body

id Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy. true

HTTP Basic

OAuth 2.0

API Key

Working...

Files

FilesDelete

DELETE

/files/{id}

Prod:
https://api.seic.com/v1/contentmanagement/files/{id}
Header Parameters
Name Description Data Type Required
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

string

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

string

Path Parameters
Name Description Data Type Required
id

Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy.

string

HTTP Responses
  • Code
    Description
  • 200

    OK- The request has succeeded and the response has been returned.

  • 400

    Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.

  • 401

    Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.

  • 403

    Forbidden-The SEI Server understood the request but refuses to fulfill it.

  • 404

    Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections

  • 500

    Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.

TEST ENDPOINT
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

Request Body

id Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy. true

HTTP Basic

OAuth 2.0

API Key

Working...

Test: https://test.api.seic.com/v1/contentmanagement/files/{id}
TLS*: https://mtls.api.seic.com/v1/contentmanagement/files/{id}
*The TLS endpoint is only used if Server Based Application was selected during the App Registration process.
STEP 1



STEP 2

Pass the oAuth Token and the App key to invoke this endpoint.

Files

FilesDelete

DELETE

/files/{id}

Prod:
https://api.seic.com/v1/contentmanagement/files/{id}
Header Parameters
Name Description Data Type Required
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

string

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

string

Path Parameters
Name Description Data Type Required
id

Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy.

string

HTTP Responses
  • Code
    Description
  • 200

    OK- The request has succeeded and the response has been returned.

  • 400

    Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.

  • 401

    Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.

  • 403

    Forbidden-The SEI Server understood the request but refuses to fulfill it.

  • 404

    Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections

  • 500

    Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.

TEST ENDPOINT
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

Request Body

id Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy. true

HTTP Basic

OAuth 2.0

API Key

Working...

SAMPLE REQUEST

curl -X DELETE \
  https://api.seic.com/v1/contentmanagement/files/{id} \
  -H 'appkey: gsedgaerhDSHGRSH' \
  -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \


REQUEST HEADER

Authorization: Bearer ADsgdnnkjnfdIKJN
AppKey: gsedgaerhDSHGRSH
REQUEST PAYLOAD MODEL
Operations
RESPONSE HEADER

Content-Type: application/json 
Status: 200 OK 
requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9


SAMPLE RESPONSE

"Document was successfully deleted."
MODEL
Operations


Files

FilesDelete

DELETE

/files/{id}

Prod:
https://api.seic.com/v1/contentmanagement/files/{id}
Header Parameters
Name Description Data Type Required
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

string

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

string

Path Parameters
Name Description Data Type Required
id

Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy.

string

HTTP Responses
  • Code
    Description
  • 200

    OK- The request has succeeded and the response has been returned.

  • 400

    Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.

  • 401

    Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.

  • 403

    Forbidden-The SEI Server understood the request but refuses to fulfill it.

  • 404

    Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections

  • 500

    Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.

TEST ENDPOINT
Authorization

access_token value obtained from the Token endpoint.This is passed as "Bearer access_token "

AppKey

This is the Consumer Key provided during the App Registration process and is used to identify the user's application.

Request Body

id Unique ID of the document in the SEI enterprise document repository. (Alfresco id, e.g., 3a4bf5f7-bb2e-4b10-81fc-c791235448d8). This can be used to retrieve a specific file in the list of folders or sub-folders in the hierarchy. true

HTTP Basic

OAuth 2.0

API Key

Working...