Delete a saml configuration

Permanently deletes a saml configuration. It cannot be undone.

DELETE/v3/accounts/{id}/saml-configuration
JWT
account:write

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the saml configuration.
Triggers webhook: samlConfiguration.deleted
POST <your-webhook-url>
{
  "event": "samlConfiguration.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "metadataUrl": "string",
    "assertionConsumerServiceUrl": "string",
    "entityId": "string",
    "enabled": true,
    "autoProvisionUsers": true,
    "defaultRole": "string",
    "samlRoleMappings": [
      {
        "id": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "updatedAt": "2019-08-24T14:15:22Z",
        "serviceProviderRole": "string",
        "identityProviderRole": "string"
      }
    ],
    "attributeMapping": {
      "email": [
        "string"
      ],
      "firstName": [
        "string"
      ],
      "lastName": [
        "string"
      ],
      "role": [
        "string"
      ]
    }
  },
  "triggeredAt": "string"
}

Responses

204 No Content