cURL
curl --request POST \ --url https://rts-senthrex.slayers.tech/scan/{scan_uuid}/stop \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Stop a running or pending scan by UUID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Generic single-message response.
Attributes: message: Human-readable result message.