POST api/EverReady/DeleteCustomer

Delete customer method.

!!! Requires Authorization! !!!

Request Information

URI Parameters

None.

Body Parameters

The DeleteCustomerRequest object containing the Id and ownerId

DeleteCustomerRequest
NameDescriptionTypeAdditional information
id

Unique identifier of Customer

string

None.

ownerId

The GUID or email of the user deleting the Customer

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "ownerId": "sample string 2"
}

application/xml, text/xml

Sample:
<DeleteCustomerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TalentDesk.WebApi.Models.EverReady">
  <id>sample string 1</id>
  <ownerId>sample string 2</ownerId>
</DeleteCustomerRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.