Delete a B2B Schema
delete
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}
Deletes the B2B Schema with the specified ID in project context. Ensure that the B2B schema that you want to delete is not in use by any B2B document in that project. Before deleting the B2B schema, remove any references to it in the project.
Request
Path Parameters
-
projectId(required): string
Project identifier
-
schemaId(required): string
Delete B2B schema.
Example:
/b2b/v1/projects/PROJECTID/b2bdocuments/SCH123
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : Object
Type:
object
400 Response
Bad request
409 Response
Not allowed, schema in use
500 Response
Server error