Remove Subscription Administrators
Remove administrators from subscriptions.
URL
POST https://vpp.itunes.apple.com/mdm/v2/subscriptions/admins/removeResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | ManageSubscriptionAdminsResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | The provided token is invalid. It may either be missing or expired. |
| 500 | Internal Server Error Content-Type: application/json | ErrorResponse | An internal server error occurred. Try again later. |
Discussion
Send a POST request to revoke administrator access from users for specific subscriptions. The request body uses the same format as the Add endpoint.