Delete an organization saml configuration

Permanently deletes an organization saml configuration. It cannot be undone.

DELETE/v3/organizations/{id}/saml-configuration
JWT
organization:samlConfiguration:delete

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the organization saml configuration.
Triggers webhook: organization.samlConfiguration.deleted
POST <your-webhook-url>
{
  "event": "organization.samlConfiguration.deleted",
  "data": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "metadataUrl": "string",
    "assertionConsumerServiceUrl": "string",
    "entityId": "string",
    "enabled": true,
    "autoProvisionUsers": true,
    "attributeMapping": {
      "email": [
        "string"
      ],
      "firstName": [
        "string"
      ],
      "lastName": [
        "string"
      ],
      "userGroup": [
        "string"
      ]
    }
  },
  "triggeredAt": "string"
}

Responses

204 No Content