Recruspace
  1. Endpoints
Recruspace
  • Welcome
  • Get API Key
  • Authentication
  • Rate Limit
  • Pagination
  • Endpoints
    • Get Candidate
      GET
    • Create Candidate
      POST
    • Add Note to Candidate
      POST
    • Add Tag to Candidate
      POST
    • Add Candidate to Job Post or Talent Pool
      POST
    • Search Candidate by Email
      GET
    • List Company Offices
      GET
    • List Company Users
      GET
    • List Job Posts
      GET
    • Get Job Post
      GET
    • Apply to Job Post
      POST
    • List Job Post Questions
      GET
    • List Talent Pools
      GET
    • Update Talent Pool
      PATCH
    • Delete Talent Pool
      DELETE
    • List Talent Pool Candidates
      GET
    • Create Talent Pool
      POST
    • Upload File
      POST
  1. Endpoints

Delete Talent Pool

DELETE
/api/v1/client/talent-pools/{talent_pool_id}/
Last modified:2025-12-30 13:07:46
Deletes an existing talent pool for the authenticated company.
Arguments
talent_pool_id (int, as path parameter) : The unique identifier of the talent pool to delete.
Example: talent_pool_id=123
Returns
204 No Content : A success response indicating the talent pool was deleted successfully.
404 Not Found : If the specified talent pool does not exist or does not belong to the authenticated company.

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params

Responses

🟢204
No response body
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.recruspace.com/api/v1/client/talent-pools//' \
--header 'Authorization: Bearer <token>'
Modified at 2025-12-30 13:07:46
Previous
Update Talent Pool
Next
List Talent Pool Candidates
Built with