cURL
curl --request DELETE \ --url https://copilotz.com/rest/steps/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Step deleted successfully." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful deletion
The response is of type object.
object