deleteSource

@DELETE(value = "sources/{sourceId}")
abstract fun deleteSource(@Path(value = "sourceId"sourceId: String? = null): Call<Void>