Liberator.Resource.delete_enacted-question-mark

You're seeing just the callback delete_enacted-question-mark, go back to Liberator.Resource module for more information.
Link to this callback

delete_enacted?(arg1)

View Source (since 1.0)

Specs

delete_enacted?(Plug.Conn.t()) :: true | false

Check if the DELETE request was processed. Return false here if the request was put on some processing queue and the delete was not actually enacted yet. Returning false here would return a 202 Accepted instead of some other response.

By default, always returns true.