Deletion Activation
Deletion needs to be activated
Please request the deletion to be activated for your Cirrus environment(s) by our Technical Support.
Request
Always include the required HTTP Headers
Apart from {externalId} in the URL there is one parameter:
| Name | Data Type |
Description |
|---|---|---|
| NoticePeriod | String | Number of days. For more info please check Automatic Schedule Data Deletion |
Schedule {externalId} te be included in the in the URL
Sample Request URL
PUT https://api.cirrusplatform.com/api/v1/integrations/external/schedule/{externalId}/cleanup/mark
Sample Request
{
"NoticePeriod": 30
}
Sample Response
{
"Success": true,
"Errors": null
}
