deleteWhatsappConnection abstract method

  1. @DELETE('/whatsapp/account/delete/{uid}')
Future<DeleteSocialMediaResponse> deleteWhatsappConnection(
  1. @Path() String uid
)

Implementation

@DELETE('/whatsapp/account/delete/{uid}')
Future<DeleteSocialMediaResponse> deleteWhatsappConnection(
    @Path() String uid);