Junction Management API is available for the Scale plan.
Authorizations
Response
Successful Response
The response is of type any.
curl --request DELETE \
--url https://api.management.junction.com/v1/org/{org_id}/member/{member_id} \
--header 'X-Vital-Org-Key: <api-key>'
"<any>"curl --request DELETE \
--url https://api.management.junction.com/v1/org/{org_id}/member/{member_id} \
--header 'X-Vital-Org-Key: <api-key>'
"<any>"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>'
Successful Response
The response is of type any.
Was this page helpful?