v1

latestOpenAPI 3.0.32026-07-12133333.5 KB
design-builder

removeConsumer

Remove a consumer that uses a specific design

put/v1/designs/removeConsumer/{application}/{designId}

Path parameters

designIdstring required

Id of the design

Example:4a062990-a6a3-11eb-9828-4f3da7d4935a
applicationstring required

Type of application that uses the design

Request body

consumer_idstring required

Id of the design

should_deletestring

Example request

{
  "consumer_id": "4a062990-a6a3-11eb-9828-4f3da7d4935a"
}

Response

Success - design updated with success.