Delete a Command instance from your account

DELETE /v1/Commands/{Sid}

Machine-to-machine commands sent to/from devices

Delete a Command instance from your account.

Path parameters

  • Sid string Required

    The SID of the Command resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Commands/{Sid}
curl \
 -X DELETE https://wireless.twilio.com/v1/Commands/{Sid} \
 --user "username:password"