Delete Auth Source
During the deletion of the SSO SAML/VCF SSO auth source, the same 'username' and 'password' which has been used while the creating this sso auth source, should be sent to the payload object.
Note: Force flag is applicable only for VCF SSO auth source. If force is true, VMware Cloud Foundation Operations continues to attempt to delete the VCF SSO auth source even when errors occur.
If you set it to false, VMware Cloud Foundation Operations stops attempting to removethe auth source if VCF SSO server fails
Id of the auth source
This flag is applicable only to VCF SSO authentication sources.
List of properties required for deletion of the auth source
"{\n \"nameValuePairs\" : [ {\n \"name\" : \"user-name\",\n \"value\" : \"username\"\n }, {\n \"name\" : \"password\",\n \"value\" : \"password\"\n } ]\n}"
Represents a single name -> value tuple.
The auth source is deleted successfully
curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/suite-api/api/auth/sources/{sourceId}