Manage customer accounts - Delete Customer

DELETE https://api.partnercenter.microsoft.com/v1/customers/{customer_id}/users/{user_id}

URI Parameters

Name In Required Type Description
customer_id
path True

string

The customer tenant id.

user_id
path True

string

The user object id.

Request Header

Name Required Type Description
Authorization True

string

Authorization Bearer token

ms-correlationid

string

Used for tracking requests internally. If a ms-correlationid is not provided, the server will generate a new one for each request

ms-cv

string

Used for tracking requests internally. If a ms-cv is not provided, the server will generate a new one for each request

ms-requestid

string

Used for idempotency of requests. If a ms-requestid is not provided, the server will generate a new one for each request

Responses

Name Type Description
204 No Content

The user was successfully deleted from the customer's tenant.