DELETE /v1/saml_mappings/{id} HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "deleted": true, "deletedAt": "2025-04-24T08:21:53.871Z" }
SAML Mapping to update.
admin
manager
team
viewer
PATCH /v1/saml_mappings/{id} HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 54 { "claimKey": "text", "claimValue": "text", "role": "admin" }
{ "updatedAt": "2025-04-24T08:21:53.871Z" }