Skip to main content

Delete an association of policy group from tenant group

DELETE 

/api/v1/mssp/:mssp-id/tenant-group-policy-group-mapping/:mapping-id

x-public: "true"

Deletes a policy group association from a tenant group. Will use msspId from the auth token if available.

Request

Path Parameters

    mapping-id uuidrequired

    the id of the policy group to tenant group mapping. You can get this from tenantGroups[x].id of the policy group response.

    Example: 52017d1a-d665-4187-8675-33ee1ac5b365
    mssp-id stringrequired

    the mssp the policy group belongs to

    Example: e91b486a-e139-4d3b-a9dd-959fd5cffb10

Responses

Delete Accepted

Response Headers
  • Location string

    The relative path to the deleted tenant group to policy group mapping

Loading...