curl --request DELETE \
--url https://api.management.junction.com/v1/org/{org_id}/management_key \
--header 'X-Vital-Org-Key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"label": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"creator": {
"type": "org_member",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"email": "<string>",
"avatar": "<string>"
},
"role": "org_admin",
"team_role_bindings": [
{
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Management Keys
Delete Management Key
Delete org management key via the Junction API. Requires authentication with your team API key.
DELETE
/
v1
/
org
/
{org_id}
/
management_key
/
{key_id}
curl --request DELETE \
--url https://api.management.junction.com/v1/org/{org_id}/management_key \
--header 'X-Vital-Org-Key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"label": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"creator": {
"type": "org_member",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"email": "<string>",
"avatar": "<string>"
},
"role": "org_admin",
"team_role_bindings": [
{
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Junction Management API is available for the Scale plan.
The base URL of this endpoint is
https://api.management.junction.com/.The endpoint accepts only Management Key (X-Management-Key).
Team API Key is not accepted.curl --request DELETE \
--url https://api.management.junction.com/v1/org/{org_id}/management_key \
--header 'X-Vital-Org-Key: <api-key>'
Authorizations
Response
ClientFacingManagementKey · object | null
Successful Response
- CreatorOrgMember
- CreatorOrgMemberRemoved
- CreatorVitalStaff
- CreatorManagementKey
Show child attributes
Show child attributes
Available options:
org_admin, team_admin Show child attributes
Show child attributes
Was this page helpful?