Skip to main content

Delete an existing tenant group

DELETE 

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

x-public: "true"

Deletes a tenant group if it is empty. Will use msspId from the auth token if available.

Request

Path Parameters

    mssp-id stringrequired

    the mssp the tenant group belongs to

    id uuidrequired

    the id of the tenant group

Responses

Deletion accepted

Loading...