kittycad.api.orgs.delete_org_saml_idp

Functions

asyncio(*, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(*, client)

sync(*, client)

This endpoint requires authentication by an org admin.

sync_detailed(*, client)

kittycad.api.orgs.delete_org_saml_idp._build_response(*, response)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.orgs.delete_org_saml_idp._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.orgs.delete_org_saml_idp._parse_response(*, response)[source][source]
Return type:

Optional[Error]

async kittycad.api.orgs.delete_org_saml_idp.asyncio(*, client)[source][source]

This endpoint requires authentication by an org admin.

Return type:

Optional[Error]

async kittycad.api.orgs.delete_org_saml_idp.asyncio_detailed(*, client)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.orgs.delete_org_saml_idp.sync(*, client)[source][source]

This endpoint requires authentication by an org admin.

Return type:

Optional[Error]

kittycad.api.orgs.delete_org_saml_idp.sync_detailed(*, client)[source][source]
Return type:

Response[Optional[Error]]