Skip to content

Deleting assignments using REST API #57

@ghost

Description

Followed https://docs.microsoft.com/en-us/rest/api/blueprints/assignments/delete to find a way to delete assignments using REST APIs. The issue is that, when I use the API to delete the non-existent assignments without using the deleteBehavior param, it throws 204 - No Content error, which is right. But the same API when used with deleteBehavior param for deleting a non-existent assignment, it returns 202 status code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions