Reject an application

Rejects the application, optionally sending a rejection message. A rejection reason is optional.

Authentication

AuthorizationBearer

Supabase-issued user JWT. Send as Authorization Bearer header. Dedicated API keys are planned for a future release.

Path parameters

applicationIdstringRequiredformat: "uuid"

Request

This endpoint expects an object.
reasonstringOptional
outcomeenumOptional
Outcome subtype. Defaults to a recruiter rejection.
Allowed values:
scheduled_send_atdatetimeOptional

Schedule the rejection message for a future time (must be in the future). Omit to send immediately.

Response

The rejected application.
applicationobjectOptional

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error