Destroy

Delete speed dial 100

post

Remove speed dial 100 by ID.

Authorizations
Path parameters
idall ofrequired

The unique ID of speed dial.

The unique ID of the resource.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/user/speed_dial_100/{id}/destroy' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'

No body

Was this helpful?