Annotation Interface Delete


@Retention(RUNTIME) @Target(METHOD) public @interface Delete
Indicates an CREST delete method on an annotated POJO. This annotation can only be used on collection resource request handlers.

The annotated method's return type must be:

  • A Promise<Resource, ? extends ResourceException> promise.
The method should take the following parameters:
  • A string parameter for the instance identifier.
The method may also take the following parameters:
  • A org.forgerock.json.resource.DeleteRequest for the request.
  • A Context to be given the context.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Describe the standard operation details of this action.
  • Element Details

    • operationDescription

      Operation operationDescription
      Describe the standard operation details of this action.