DELETE
/
v1
/
org
/
{org_id}
/
team_custom_credentials
/
{env}
/
{region}
curl --request DELETE \
  --url https://api.tryvital.io/management/v1/org/{org_id}/team_custom_credentials/{env}/{region} \
  --header 'X-Vital-Org-Key: <api-key>'
{
  "success": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "failure": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "not_found": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

Org Management API is available for the Scale plan.

The base URL of this endpoint is https://api.tryvital.io/management/.

The endpoint accepts only Org Key (X-Vital-Org-Key). Team API Key is not applicable.

curl --request DELETE \
  --url https://api.tryvital.io/management/v1/org/{org_id}/team_custom_credentials/{env}/{region} \
  --header 'X-Vital-Org-Key: <api-key>'

Authorizations

X-Vital-Org-Key
string
header
required

Path Parameters

org_id
string
required
env
enum<string>
required
Available options:
production,
sandbox
region
enum<string>
required
Available options:
us,
eu

Query Parameters

credential_id
string[]
required

Response

200
application/json
Successful Response
success
string[]
required
failure
string[]
required
not_found
string[]
required