Skip to content

CA Delete Profile REST API

Endi S. Dewata edited this page Mar 8, 2024 · 4 revisions

Request

  • Path: /ca/rest/profiles/<id>

  • Method: DELETE

  • Authentication: required

Response

  • Code: 204

  • Content: None

$ curl \
    -k \
    -s \
    -X DELETE \
    --cookie cookies \
    https://localhost.localdomain:8443/ca/rest/profiles/test
Clone this wiki locally