Skip to main content

Deletes existing SAML app

Select

SaaS
Customer Managed

Deletes existing SAML app

Path Parameters
  • name string required

    name of SAML app

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/saml/:name    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
name — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/SAML/:name' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'