DELETE api/accounttypes/{accountTypeId}?updateReferences={updateReferences}

Delete an AccountType. Returns Conflict (409) if the object is being referenced and updateReferences is set to false.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountTypeId

Id to delete.

integer

Required

updateReferences

Will eliminate all references to the Account Type being deleted.

boolean

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.