Instances - Delete Instance
Deletes a Dataverse environment in your Office 365 tenant. This API is deprecated.
For a list of region-specific service URLs, see Service URL
DELETE {ServiceUrl}/api/v1.2/Instances/{id}/Delete
DELETE {ServiceUrl}/api/v1.2/Instances/{id}/Delete?validate={validate}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
id
|
path | True |
string (uuid) |
ID of the Dataverse environment to delete. |
|
validate
|
query |
boolean |
Indicates whether to validate or delete an instance. Set True to validate; set False to delete. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
If validate was set, validation was executed. Media Types: "application/json", "text/json" |
|
| 202 Accepted |
Delete Instance Operation Started. Media Types: "application/json", "text/json" |
|
| 400 Bad Request |
There was an issue either validating or starting the delete operation. Media Types: "application/json", "text/json" |
|
| 404 Not Found |
NotFound Media Types: "application/json", "text/json" |
Definitions
| Name | Description |
|---|---|
|
Item |
Set of values to define an error or information item |
|
Operation |
The operation context object |
|
Operation |
State of the operation |
|
Operation |
Status of the operation |
ItemDescription
Set of values to define an error or information item
| Name | Type | Description |
|---|---|---|
| Code |
string |
Code of the item |
| Description |
string |
Description of the item |
| Subject |
string |
Subject of the item |
OperationContext
The operation context object
| Name | Type | Description |
|---|---|---|
| Items |
object |
The item object |
OperationState
State of the operation
| Value | Description |
|---|---|
| Aborted | |
| Aborting | |
| Cancelled | |
| Cancelling | |
| Conflict | |
| Deleted | |
| Deleting | |
| Failed | |
| FailedToCreate | |
| None | |
| NotFound | |
| NotStarted | |
| Pending | |
| Ready | |
| Running | |
| Succeeded | |
| Tombstone |
OperationStatus
Status of the operation
| Name | Type | Description |
|---|---|---|
| Context |
The operation context object |
|
| Errors |
Set of values to display errors during an operation |
|
| Information |
Set of values to display information during an operation |
|
| OperationId |
string |
ID of the operation |
| OperationLocation |
string |
Location of the operation |
| ResourceLocation |
string |
Location of the resource |
| Status |
State of the operation |