Delete Signal
Deletes an existing Signal.
Path parameters
idstringRequired
The id of the signal.
Header parameters
sessionTokenstringRequired
Session authentication token.
keyManagerTokenstringOptional
Key Manager authentication token.
Responses
200
Signal deleted.
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
POST /agent/v1/signals/{id}/delete HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
Accept: */*
{
"format": "TEXT",
"message": "text"
}
Last updated
Was this helpful?