Delete a B2B Document
delete
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}
Deletes the B2B Document with the specified ID in project context. Ensure that the B2B Document you want to delete is not in use by any integration or trading partner in that project. Before deleting it, remove any references to the document in the project.
Request
Path Parameters
-
documentId(required): string
B2B Document ID.
-
projectId(required): string
Project identifier
There's no request body for this operation.
Back to TopResponse
200 Response
Successful operation
400 Response
Bad request
409 Response
Not allowed, document in use
500 Response
Server error