Proxies
Delete proxy
Permanently delete a proxy configuration.
Authorization
bearerAuth AuthorizationBearer <token>
Personal access token obtained via POST /v1/auth/token
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/json
curl -X DELETE "https://api.soxway.io/v1/proxies/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"message": "Proxy deleted successfully."
}{
"error": {
"code": 1001,
"message": "Authentication token is missing.",
"description": "Include a Bearer token in the Authorization header.",
"field": "string",
"errors": [
{}
]
}
}