Registration Definitions - Delete

Deletes the registration definition.

DELETE https://management.azure.com/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}?api-version=2022-10-01

URI Parameters

Name In Required Type Description
registrationDefinitionId
path True

string

The GUID of the registration definition.

scope
path True

string

The scope of the resource.

api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

OK - The registration definition is deleted.

204 No Content

No Content - The registration definition does not exist.

Other Status Codes

ErrorResponse

The error response describing why the operation failed.

Security

azure_auth

The Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Delete Registration Definition

Sample Request

DELETE https://management.azure.com/subscription/0afefe50-734e-4610-8a82-a144ahf49dea/providers/Microsoft.ManagedServices/registrationDefinitions/26c128c2-fefa-4340-9bb1-6e081c90ada2?api-version=2022-10-01

Sample Response

Definitions

Name Description
ErrorDefinition

The error response indicating why the incoming request wasn’t able to be processed

ErrorResponse

Error response.

ErrorDefinition

The error response indicating why the incoming request wasn’t able to be processed

Name Type Description
code

string

The error code.

details

ErrorDefinition[]

The internal error details.

message

string

The error message indicating why the operation failed.

ErrorResponse

Error response.

Name Type Description
error

ErrorDefinition

The error details.