enterprise-admin
Delete a Visual Studio subscription user match
Deletes a manual match between a user and a Visual Studio subscription.
delete/enterprises/{enterprise}/visual-studio-subscriptions/{visual_studio_subscription_id}
Path parameters
visual_studio_subscription_idstring required
The ID of the Visual Studio subscription to delete the match for. This is a GUID that comes from the visual studio management portal.
enterprisestring required
The slug version of the enterprise name
Response
Response
Example response
{
"visual_studio_subscription_email": "vs-subscriber@example.com",
"subscription_id": "00000000-0000-0000-0000-000000000000",
"username": "gh-user",
"manual_match": true
}