isDeleteAllowed

abstract val isDeleteAllowed: Boolean?

Indicates whether the server has specified that deleting is currently allowed.

Uses cached data from the last response.

Return

true if the method is allowed, false if the method is not allowed, null if no request has been sent yet or the server did not specify allowed methods.