Recruspace
  1. Endpoints
Recruspace
  • Welcome
  • Get API Key
  • Authentication
  • Rate Limit
  • Pagination
  • Endpoints
    • Companies Offices
      GET
    • Companies Users
      GET
    • Job Posts
      GET
    • Job Post
      GET
    • Apply Job
      POST
    • Job Questions
      GET
    • Talent Pools
      GET
    • Update Talent Pool
      PATCH
    • Delete Talent Pool
      DELETE
    • Add Candidate To Talent Pool
      POST
    • Talent Pool Candidates
      GET
    • Create Talent Pool
      POST
    • Upload File
      POST
  1. Endpoints

Delete Talent Pool

DELETE
/api/v1/talent-pools/{talent_pool_id}/
Last modified:2025-06-02 14:39:33
Deletes an existing talent pool for the authenticated company.
Arguments
talent_pool_id (string, as path parameter) : The unique identifier (hash) of the talent pool to delete.
Example: talent_pool_id="d82f9a7c91b041b7b2b7612e"
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
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢204No Content
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/talent-pools//' \
--header 'Authorization: Bearer <token>'
Modified at 2025-06-02 14:39:33
Previous
Update Talent Pool
Next
Add Candidate To Talent Pool
Built with