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
-
documentID(required): string
B2B document ID.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Type:
string
400 Response
Bad request
409 Response
Not allowed, document in use
500 Response
Server Error