v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.OrganizationService

DeleteSCIMConfiguration

Removes a SCIM configuration from an organization.

Use this method to:

  • Disable SCIM provisioning completely
  • Remove unused configurations
  • Clean up after migration

Examples

  • Delete SCIM configuration:

    Removes a specific SCIM configuration.

    scimConfigurationId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    
post/gitpod.v1.OrganizationService/DeleteSCIMConfiguration

Request body

scimConfigurationIdstring uuid required

scim_configuration_id is the ID of the SCIM configuration to delete

Response

Success

GitpodV1DeleteSCIMConfigurationResponse required