/v1/saml_mappings/{id}
curl -L \ --request DELETE \ --url 'https://cloud-api.calyptia.com/v1/saml_mappings/{id}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "deleted": true, "deletedAt": null }
admin
manager
team
viewer
curl -L \ --request PATCH \ --url 'https://cloud-api.calyptia.com/v1/saml_mappings/{id}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "claimKey": "text", "claimValue": "text", "role": "admin" }'
{ "updatedAt": "2025-03-12T03:46:27.573Z" }