DELETE api/v{version}/tenants/{id}

Deletes an existing tenant.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the tenant to delete.

integer

Required

version

The requested API version

string

Required

Default value is 2.0

Body Parameters

None.

Response Information

Resource Description

Returns the result code.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/problem+json, application/xml, text/xml

Sample:

Sample not available.