Create an endpoint for deleting an action using the following format: Request: ``` DELETE /actions/:id { token: "User token here" } ``` Response: ``` Status: 200 { success: "Create an App action has been successfully deleted." } ```