Settings - Standard OData APIs - Delete Settings Type
Deletes a settings type.
DELETE https://<org-id>.<crm-region>.dynamics.com/api/data/v9.0/m365_settingstypes({settingsTypeId})
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
settings
|
path | True |
string |
Id of the settings type. |
Request Header
Name | Required | Type | Description |
---|---|---|---|
Authorization | True |
string |
The Dataverse JWT authentication token. |
Responses
Name | Type | Description |
---|---|---|
204 No Content |
No Content. Deleted successfully. |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
Authorization
The Dataverse JWT authentication token.
Type:
apiKey
In:
header
Definitions
Name | Description |
---|---|
Error |
|
Error |
ErrorModel
Name | Type | Description |
---|---|---|
code |
string |
A unique identifier for the error code. |
message |
string |
The error description details. |
ErrorResponse
Name | Type | Description |
---|---|---|
error |
The error details object. |