Delete a SAML provider
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$samlProviderIdstringRequired
The unique id of the SAML provider
Responses
204
SAML provider did not exist
No content
205
SAML provider has been deleted
delete/orgs/{organizationId}/saml/{samlProviderId}
DELETE /v1/orgs/{organizationId}/saml/{samlProviderId} HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Last updated
Was this helpful?