Delete Configurator

This request deletes a configurator.

Endpoints

  •   DELETE /configurators/{configuratorID}

Example request


 DELETE https://api.paramate.trinckle.com/configurators/2ab584fe-7e76-470f-8571-cb07cd8a58d2
 -H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY

 

Example response


 HTTP/1.1 204 No Content
 

Header

Authorization

Bearer {token} (User authorization needed)

Url

configuratorID

The ID of the configurator

Response