This article is about SIGN DE version 1.
To read about disabling a TSS in the SIGN DE version 2, please read SIGN DE - How can I disable a TSS.
In a nutshell
A TSS can be set to the state "DISABLED"
via the Sign DE API V1 endpoint upsertTss.
Please note that this step can no longer be undone. However, it is still possible to export older data of this TSS (triggerExport).
1. Disabling one TSS at a time
To disable a TSS in the version 1 of SIGN DE you need only 2 steps:
Authenticate
. Retrieve an authorization token using the endpoint authenticate.- Update the TSS to the state
"DISABLED"
via the Sign DE API V1 endpoint upsertTss.
A Postman collection to disable a single TSS has been made to help you with the process.
- Download the collection named "SIGN DE V1 - disable one TSS when you have the TSS ID.postman_collection.json" in the attachment.
- Import the collection into Postman
- Add the corresponding credentials and the
tss_id
you want to disable at the "Authentication - set variables in Pre-request Script" request under thePre-request Script
tab.
In this collection, we ask you to enter the credentials to ensure that you know which TSS you are going to disable. This is because the process can no longer be undone.
- Save the changes!
- Run the collection (a Postman environment does not have to be selected).
- When all requests have been passed, the TSS was successfully disabled.
2. Disabling all TSSs of a (managed-)organization
As a reminder, this Postman collection is made for disabling all TSS of a (managed-)organization from SIGN DE V1.
- Download the collection named "SIGN DE V1 - disable all TSS of a (managed-)organization.postman_collection.json" in the attachment.
- Import the collection into Postman
- Add the corresponding credentials of the (managed-)organization you want to disable the TSSs at the "Authentication - set variables in Pre-request Script" request under the
Pre-request Script
tab. - In this collection, we ask you to enter the credentials to ensure that you know which TSSs' (managed-)organization you are going to disable. This is because the process can no longer be undone.
- Save the changes!
- Run the collection (Please be aware, this process can take up to a few minutes).
- When all requests have been passed, the TSSs were successfully disabled.
- Please be aware, if there are more than 100 TSS in the (manged-)organization, you have to re-run the collection.