delete mTLS end point alias

delete

/oam/services/rest/ssa/api/v1/hostalias/mtls

Delete mTLS end point alias.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Sucessfully deleted entity - mTLS Configuration, detail
Body ()
Root Schema : mTLSEndpointResponse
Type: object
Show Source

404 Response

Sucessfully deleted entity - mTLS Configuration, detail
Body ()
Root Schema : mTLSEndpointResponse
Type: object
Show Source

422 Response

Failed to deleted entity - mTLS Configuration. Invalid input.
Back to Top

Examples

cURL Sample Request

curl --location --request DELETE 'https://<admin-host>:<admin-port>/oam/services/rest/ssa/api/v1/hostalias/mtls' \
--header 'Authorization: Basic dGVzdDp0ZXN0=' \
--header 'Content-Type: application/json' \
--data-raw '{
    "hostname": "hostname1",
    "port": "4443"
}'

cURL Sample Response

Sucessfully deleted entity - MTLSConfiguration, detail - {"message": "MTLS configuration deleted successfully"}
Back to Top