DELETE

/api/settings/:type/:id

This endpoint allows you to permanently remove settings (specific type)/(specific id).

Request Parameters

Parameter Location Required
type path Yes
id path Yes

Example Request

cURL
curl -X DELETE https://api.basebrick.com/api/settings/123/123 \
  -H "Authorization: Bearer YOUR_TOKEN"