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.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^DC[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

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