Skip to main content
GET
/
github-intake
/
deleteSpecificIntakeTypes
Delete Specific Intake Types
curl --request GET \
  --url https://www.api.baselink.tech/github-intake/deleteSpecificIntakeTypes \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "deletedCount": 123,
  "deletedTypes": [
    {}
  ]
}
Delete specific types of intake data. This is a testing endpoint.
success
boolean
Indicates if the intake types were deleted successfully.
message
string
Operation result message.
deletedCount
number
The number of intake records deleted.
deletedTypes
array
Array of intake types that were deleted.
This is a testing endpoint that performs destructive operations on intake data. Use with caution.