Skip to main content
REST API reference

Delete the SAML default metadata configuration

DELETE /security/authentication/cluster/saml-sp/default-metadata

Introduced In: 9.17

Deletes the SAML default metadata configuration.

Response

Status: 200, Ok

Error

Status: Default

ONTAP Error Response Codes

Error Code Description

12320817

Internal Error. The SAML service provider metadata configuration is being created, but is taking longer than expected to complete.

12320826

SAML configuration already exists. Cannot delete the metadata when SAML configuration is already present.

12320832

Internal Error. Failed to execute the command, web server setup is in progress. Retry after some time.

Also see the table of common errors in the Response body overview section of this documentation.

Name Type Description

error

returned_error

Example error
{
  "error": {
    "arguments": [
      {
        "code": "string",
        "message": "string"
      }
    ],
    "code": "4",
    "message": "entry doesn't exist",
    "target": "uuid"
  }
}

Definitions

See Definitions

error_arguments

Name Type Description

code

string

Argument code

message

string

Message argument

returned_error

Name Type Description

arguments

array[error_arguments]

Message arguments

code

string

Error code

message

string

Error message

target

string

The target parameter that caused the error.