Skip to content

deleteIMSPermission ​

Deletes a IMSPermission, requires ADMIN on all IMSs the permission currently affects. Ensures that after the permission is deleted, all previously affected IMSs still have a permission which grants ADMIN to at least one user.

graphql
deleteIMSPermission(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments ​

deleteIMSPermission.input ● DeleteNodeInput! non-null input ​

Defines which IMSPermission to delete

Type ​

DeleteNodePayload object ​

Payload type for delete node mutations

Released under the MIT License.