Last updated on
Apr 27, 2021
Objective
If you are using Adobe Sign REST API, you can permanently delete your Library templates and also Library templates created by other users in Group and Account.
Environment
Adobe Sign REST API
Steps
Generating a libraryDocumentID
- Go to https://secure.echosign.com/public/docs/restapi/v5.
- Click libraryDocuments .
- Click the oAuth Access-token button. Authorize Access - Token for Self, Group Or Account.
- Select libraryTemplateType - Document Or Form_field_layer.
- Click Try It Out.
You can receive a response as the following for all your templates. (Copy libraryDocumentId for the Library Template you want to delete).
{ "libraryDocumentList": [ { "name": "testing fields", "modifiedDate": "2017-08-04T01:06:05-07:00", "scope": "PERSONAL", "libraryDocumentId": "3AAABLblqZhAK53Dvzq88Q1Ov0TEvMAySDPpIVjF1PWgUpy0H1uYggt4iwGiRSZYlWfl9ms_AcmgZ_uZMPPN2hNT9izwaspHc", "libraryTemplateTypes": [ "DOCUMENT" ] },
Deleting Library Templates
- Copy libraryDocumentID from the Response Body.
- Go to Delete libraryDocuments .
- Click the oAuth Access-token button. Authorize Access - Token for Self, Group Or Account.
- Paste the libraryDocumentId in the Value field.
- Click Try it Out.
The template is deleted.
You get the following Response Code:
204
Additional information
Note:
- Submit a request with the Support team, to get the scope enabled for Library deletion.
- API deletes the library document. However, the agreements created using this library document are not impacted.