Tribe__Events__REST__V1__Endpoints__Single_Venue::DELETE_args()
Returns the content of the args array that should be used to register the endpoint with the register_rest_route function.
Return
(array)
Source
File: src/Tribe/REST/V1/Endpoints/Single_Venue.php
public function DELETE_args() {
return $this->READ_args();
}