Delete a B2B Schema

delete

/ic/api/b2b/v1/schemas/{schemaId}

Deletes the B2B Schema with the specified ID. Ensure that the B2B schema that you want to delete is not in use by any B2B document. Before deleting the B2B schema, remove any references to it.

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: array
Show Source
Nested Schema : Object
Type: object

400 Response

Bad request

409 Response

Not allowed, schema in use

500 Response

Server error
Back to Top