Delete sync map

DELETE /v1/Services/{ServiceSid}/Maps/{Sid}

Sync map objects

Path parameters

  • ServiceSid string Required

    The SID of the Sync Service with the Sync Map resource to delete.

  • Sid string Required

    The SID of the Sync Map resource to delete. Can be the Sync Map's sid or its unique_name.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{ServiceSid}/Maps/{Sid}
curl \
 -X DELETE https://sync.twilio.com/v1/Services/{ServiceSid}/Maps/{Sid} \
 --user "username:password"