curl --request DELETE \
--url https://api.management.junction.com/v1/org/{org_id}/team/{team_id} \
--header 'X-Vital-Org-Key: <api-key>'
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request DELETE \
--url https://api.management.junction.com/v1/org/{org_id}/team/{team_id} \
--header 'X-Vital-Org-Key: <api-key>'
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}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}/team/{team_id} \
--header 'X-Vital-Org-Key: <api-key>'
Was this page helpful?