Delete a B2B Schema

delete

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

Deletes the B2B Schema with the specified ID. Make sure the B2B Schema you want to delete is not in use by any B2B document. You may want to remove any reference it has before deleting.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : items
Type: object

400 Response

Bad request

409 Response

Not allowed, schema in use

500 Response

Server error
Back to Top