Delete credentials

DELETE /v2/credentials/{vendor}

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