delete

@MustBeClosed()
public HttpResponseFor<InteractionDeleteResponse> delete(String id)

Returns a raw HTTP response for delete /{api_version}/interactions/{id}, but is otherwise the same as InteractionService.delete.


@MustBeClosed()
public HttpResponseFor<InteractionDeleteResponse> delete(String id, InteractionDeleteParams params, RequestOptions requestOptions)
@MustBeClosed()
public HttpResponseFor<InteractionDeleteResponse> delete(String id, InteractionDeleteParams params)
@MustBeClosed()
public abstract HttpResponseFor<InteractionDeleteResponse> delete(InteractionDeleteParams params, RequestOptions requestOptions)
@MustBeClosed()
public HttpResponseFor<InteractionDeleteResponse> delete(InteractionDeleteParams params)
@MustBeClosed()
public HttpResponseFor<InteractionDeleteResponse> delete(String id, RequestOptions requestOptions)

See also