Assignment
Delete a blueprint assignment.
delete/{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}
Path parameters
resourceScopestring required
The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
assignmentNamestring required
Name of the blueprint assignment.
Query parameters
api-versionstring required
Client API Version.
deleteBehavior'none' | 'all'
When deleteBehavior=all, the resources that were created by the blueprint assignment will be deleted.
Response
OK -- blueprint assignment deleted.