Delete a File

post/bdmanager.delete/{typedId}/{binaryDataId}

Deletes a file attached to the specified document.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
typedId
required
string

typedId of the document whose attachment you want to delete.

binaryDataId
required
string

If the typedId is, for example, 1145.BD then the binaryDataId is 1145.

Request Body schema: application/json
object (deleteFileRequest)
Responses
200

A general response that contains data property with a content depending on returned objects (e.g., Product master table fields when calling the /fetch/P endpoint). Can be null.

Response Schema: application/json
object
node
string
data
object or null
status
integer
startRow
integer
endRow
integer
Request samples
application/json
{ }
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": null,
    • "status": 0,
    • "startRow": 0,
    • "endRow": 0
    }
}