Delete Credential

Delete Credential

Delete a Credential Instance using the identifier specified. Requires the authenticated user to have correct privilege.

Request
URI
DELETE
https://{api_host}/suite-api/api/credentials/{id}
COPY
Path Parameters
string
id
Required

The identifier of the specific Credential Instance


Authentication
This operation uses the following authentication methods.
Responses
204

The Credential Instance was deleted successfully or no longer exists

Operation doesn't return any data structure

400

The operation is not allowed for the credential with this kind

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/credentials/{id}