DELETE Api/FDI?id={id}

Soft deletes an existing FDI in the system.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

long

Required

Body Parameters

None.

Response Information

Resource Description

Soft deletes an existing FDI in the system.

APIFDIResponseModel
NameDescriptionTypeAdditional information
ErrorCode

Name of the error condition. See ErrorCode model for details.

ErrorCode

None.

ErrorID

Internal error identification number that uniquely identifies this specific error that occurred.

string

None.

ErrorNum

Numeric value of the ErrorCode

int

None.

Errors

List of errors that occurred when performing the fdi request.

Collection of string

None.

Result

APIFDIResultModel

None.

Success

Indicates success or failure of the REST request.

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.