delete

Registers a DELETE stub with a String request body.


Registers a DELETE stub with a String request body and StubConfiguration.


Registers a DELETE stub with a typed request body.


fun <P : Any> delete(configuration: StubConfiguration, requestType: Class<P>, spec: Consumer<RequestSpecificationBuilder<P>>): JavaBuildingStep<P>(source)

Registers a DELETE stub with a typed request body and StubConfiguration.