Delete Preset
DELETEhttps://api.rapidcompact.com/api/preset/:id
Request
Path Parameters
id integerrequired
The id of the preset
Example: 281
Header Parameters
Authorization string
Example: Bearer {YOUR_AUTH_KEY}
Content-Type string
Example: application/json
Accept string
Example: application/json
Responses
- 200
success
- text/plain
- Schema
Schema
string
Authorization: http
name: defaulttype: httpscheme: bearerdescription:
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://api.rapidcompact.com/api/preset/:id' \
-H 'Accept: text/plain' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear