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.

Remove an entry from URI protocols supported by the company (pod)

delete
Path parameters
schemestringRequired

the scheme to remove from the protocols list

Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
204
204 response
delete
DELETE /pod/v1/admin/system/protocols/{scheme} HTTP/1.1
Host: yourpodurl.symphony.com
sessionToken: text
Accept: */*

No content

❗️ Required Permissions

This 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?