DELETE Credentials/Connector/Adaptable/{guid}

Removes an Adaptable Credential Connector from VCC.

Requirements

  • Permissions:  The caller must have Master Admin permission.
  • Token scope:  Security:Manage

Headers

  • Content type: Content-Type:application/json.

  • Token: The bearer access token that you received. For example, Authorization:Bearer 4MyGeneratedBearerTknz==. For more information, see Passing a bearer token in your API calls.

Parameters

Input parameters

Name

Description

{guid}

Specify this parameter as part of the URL. The unique identifier of the Adoptable Credential Connector. To get the GUID, call POST Config/DnToGuid and pass the connector path. For example: \VED\Credentials\[connector name].

Depending on your environment, the GUID may be expressed with or without curly braces {}. For example, {3d6b61d-1c71-4603-883f-25b8c2ceecdd}.

Returns

Returns Success or Error.

Response description

Name

Description

Success:

true: Appears only if the API call succeeded.

Error:

Appears only if the API call failed.

HTTP 200

For valid requests, this call returns a HTTP 200 message and the following data in the message body:

Success: true: Appears only if the API call succeeded.

HTTP 400

For invalid requests, this call returns HTTP 400 Bad Request and the following data in the message body:

  • Error: The reason for failure.

  • Successfalse: The request was invalid.

Example: Find information about an Adaptable Credential Connector

Request

DELETE https://tpp.venafi.example/vedsdk/Credentials/Connector/Adaptable/{30565066-f
9b2-44c2-adf0-5d957583d903}
  
Authorization:Bearer 4MyGeneratedBearerTknz==

Response

HTTP/1.1 200 OK
{
   "Success":true
}