Delete a B2B Document

delete

/ic/api/b2b/v1/b2bdocuments/{documentId}

Deletes the B2B Document with the specified ID. Ensure that the B2B Document you want to delete is not in use by any integration or trading partner. Before deleting it, remove any references to the document.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: string

400 Response

Bad request

409 Response

Not allowed, document in use

500 Response

Server Error
Back to Top