We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce18761 commit c34bd71Copy full SHA for c34bd71
1 file changed
access-grant/src/main/java/com/inrupt/client/accessgrant/AccessGrantClient.java
@@ -544,7 +544,10 @@ public CompletionStage<Void> revoke(final AccessCredential credential) {
544
*
545
* @param credential the access credential
546
* @return the next stage of completion
547
+ * @deprecated as of Beta4
548
*/
549
+
550
+ @Deprecated
551
public CompletionStage<Void> delete(final AccessCredential credential) {
552
final Request req = Request.newBuilder(credential.getIdentifier()).DELETE().build();
553
return client.send(req, Response.BodyHandlers.discarding())
0 commit comments