Delete Protocol
Deletes a URI protocol from a pod's configuration. Each pod stores a configuration to indicate which URI protocols can be transformed to a link inside a message in the UI.
Path parameters
schemestringRequired
the scheme to remove from the protocols list
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
204
204 response
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
delete
DELETE /pod/v1/admin/system/protocols/{scheme} HTTP/1.1
Host: yourpodurl.symphony.com
sessionToken: text
Accept: */*
No content
❗️ Required PermissionsThis endpoint may only be called by Service User accounts with the User Provisioning role.
See Bot Permissions for a list of roles and associated privileges.
Last updated
Was this helpful?