curl --request DELETE \
--url https://api.management.junction.com/v1/org/{org_id}/member/{member_id} \
--header 'X-Vital-Org-Key: <api-key>'
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Member
Delete Member
Delete org member via the Junction API. Requires authentication with your team API key.
DELETE
/
v1
/
org
/
{org_id}
/
member
/
{member_id}
curl --request DELETE \
--url https://api.management.junction.com/v1/org/{org_id}/member/{member_id} \
--header 'X-Vital-Org-Key: <api-key>'
{
"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}/member/{member_id} \
--header 'X-Vital-Org-Key: <api-key>'
Was this page helpful?