This endpoint deletes an existing app instance. Size limit is 500 app instances max per request with the rate limit of one request every 10 minutes.
POST https://<tenant-name>.goskope.com/api/v1/app_instances?token=<token>&op=delete
Valid parameters are:
Key | Type | Value | Description |
---|---|---|---|
| string |
| Required. Operation performed. |
| string | Ex: Amazon Web Services | Amazon S3 | Amazon EC2 | Amazon DynamoDB | Microsoft Azure | Microsoft Office 365 Sharepoint Sites | Microsoft Office 365 OneDrive for Business | Box | Slack | Required to delete an |
| string | Ex: | Required to delete an |
| string | Ex: | Required to delete an |
POST 'https://<tenant-name>.goskope.com/api/v1/app_instances?token=<token>&op=delete' \ --header 'Content-Type: application/json' \ --data-raw '{ "instances":[ { "instance_id": "123451234512", "app":"Azure", }, { "instance_name":"New Instance-4", "app":"Amazon S3", } ] }'