POST Draft/AdditionalDetail/Delete

This operation allows an additional detail to be deleted, as identified by the provided GUID.

Requires Authorization

The endpoint requires a bearer token in the http authorization header. For example "bearer 2YotnFZFEjr1zCsicMWpAA"

Request Information

URI Parameters

None.

Body Parameters

A GUID identifying the AdditionalDetail to be deleted.

globally unique identifier

Request Formats

application/json, text/json

Sample:
"da5af488-d620-4d02-9baa-6b1a3da367c2"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">da5af488-d620-4d02-9baa-6b1a3da367c2</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Returns HTTP status 200 if successful; otherwise a collection of errors with HTTP status 400.

ServiceResponse
NameDescriptionTypeAdditional information
Code

ServiceResponseCode

None.

Errors

Collection of Error

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "Ok",
  "errors": null
}