Delete credentials
DELETE /v2/credentials/{vendor}
Parameters
Type
Required
Details
credential_id
string
yes
Request header:
Authorization: Bearer eyJ0eXAiOiJ83fjQb3LzMeXzQfME
Content-Type: application/json
Request body:
{
"credential_id":"*** your aws access key id **"
}
Example response:
HTTP/1.1 200 OK
{
"status":"success"
}
Last updated
Was this helpful?