.delete()
- JavaScript
- TypeScript
Returns a boolean
representing resource removal confirmation.
#
ParametersThis method takes 1 parameter:
Parameter | Required | Type | Default value | Description |
---|---|---|---|---|
resourceId | true | string | Id representing id of your resource |
#
ResponseSuccessful response returns a HTTP 200 OK
status and the following body:
Type | Description |
---|---|
boolean | Removal confirmation |