Package jakarta.ws.rs

Annotation Type DELETE


@Target(METHOD) @Retention(RUNTIME) @HttpMethod("DELETE") @Documented public @interface DELETE
Indicates that the annotated method responds to HTTP DELETE requests.
Since:
1.0
Author:
Paul Sandoz, Marc Hadley
See Also: