Delete syslog profile
DELETEhttps://api.sase.paloaltonetworks.com/logging-service/logforwarding/v1/syslog-profiles/:profileId
Delete the syslog profile with the specified profile ID.
Request
Path Parameters
profileId stringrequired
The ID of the profile you want to delete.
Responses
- 200
- 404
- 429
- 500
- 503
Request successfully processed
Profile does not exists
- application/json
- Schema
- Example (auto)
Schema
errorCodeinteger
Server error code
errorMessagestringrequired
A message describing the error code
{
"errorCode": 0,
"errorMessage": "string"
}
Too many request
LogForwarding Service internal error
- application/json
- Schema
- Example (auto)
Schema
errorCodeinteger
Server error code
errorMessagestringrequired
A message describing the error code
{
"errorCode": 0,
"errorMessage": "string"
}
LogForwarding Service is not available
Authorization: http
name: Bearertype: httpscheme: bearer
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L -X DELETE 'https://api.sase.paloaltonetworks.com/logging-service/logforwarding/v1/syslog-profiles/:profileId' \
-H 'Authorization: Bearer <token>'
ResponseClear