POST Draft/Notice/Delete

This operation allows a draft notice to be deleted, as identified by the provided GUID. A draft notice cannot be deleted once it has been published. To remove a published notice from the Contracts Finder online service, use the Published/Notice/Withdraw operation.

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 draft notice to be deleted.

globally unique identifier

Request Formats

application/json, text/json

Sample:
"ce047ad3-114c-4f8a-bfa5-d96e855bfbed"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ce047ad3-114c-4f8a-bfa5-d96e855bfbed</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
}