Skip to main content

Delete DynamoDB Instance

Select

SaaS
Customer Managed

This operation delete the instance using Instance ID.

Path Parameters
  • Instance_id string required

    ID of instance

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • warningCode integer
  • errorCode integer
  • warningMessage string
  • entity object
  • subclientId integer
  • clientId integer
  • instanceName string
  • instanceId integer
  • _type_ integer
DELETE /instance/:instance_id    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Instance_id — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Instance/:Instance_id' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'