Delete a specific Transcript.

DELETE /v2/Transcripts/{Sid}

Delete a specific Transcript.

Path parameters

  • Sid string Required

    A 34 character string that uniquely identifies this Transcript.

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

Responses

  • 204

    The resource was deleted successfully.

    Hide headers attributes Show headers attributes
    • X-Rate-Limit-Limit string
    • X-Rate-Limit-Remaining string
    • X-Rate-Limit-Config string
DELETE /v2/Transcripts/{Sid}
curl \
 --request DELETE 'https://intelligence.twilio.com/v2/Transcripts/{Sid}' \
 --user "username:password"